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 2x 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 1524 posts 5270 karma points MVP 2x
    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

Please Sign in or register to post replies

Write your reply to:

Draft