-
Notifications
You must be signed in to change notification settings - Fork 116
Closed
Labels
Description
jquery-ajax-unobtrusive is blocked by CSP in line:
return Function.constructor.apply(null, argNames);
"Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: "script-src 'self'"."
In according to this site https://developer.mozilla.org/en-US/docs/Archive/B2G_OS/Firefox_OS_apps/Building_apps_for_Firefox_OS/CSP
The function constructor is banned
cezarypiatek, AdamWillden, KarsonAlford, FatuityCookie and lcichanowicz