Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Patrick Scott 70 posts 110 karma points c-trib
    Feb 21, 2015 @ 13:16
    Patrick Scott
    1

    Broken in Umbraco 7.2.2 with debug = false

    The recent security fix for clientdependedncy has broken ths package.

    I found out to fix it, remove the querystrings in the package.manifest.

    i.e. remove the ?v=0.0.4 from the end of the urls

  • Robert Foster 459 posts 1820 karma points MVP 3x admin c-trib
    Feb 22, 2015 @ 12:09
    Robert Foster
    0

    Excellent - thanks for the heads up...

    I've updated the manifest in the github project, will upload a fixed package shortly.

    - Rob.

  • Shannon Deminick 1530 posts 5278 karma points MVP 3x
    Mar 18, 2015 @ 01:27
    Shannon Deminick
    0

    When a JS file has a query string in it, CDF treats it as an external/request based resource, not a local file system resources since a local file path doesn't have a query string. CDF will not make external/request based resource calls unless you whitelist your domain, so you can fix this by white-listing your domains in the CDF config:

    https://our.umbraco.org/forum/umbraco-7/using-umbraco-7/61145-Packages-only-work-in-debug-mode?p=0#comment207470

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies