Closed timkuijsten closed 13 years ago
Thanks for taking the time to submit this issue. Just wanted to let you know this plugin is no longer being actively developed or maintained by the jQuery team. See README for more info.
alright, tnx for notifying me.
When trying to use jquery-tmpl beta1 on a site that uses the following Content Security Policy: "X-Content-Security-Policy: allow 'self'" [1]
Firefox halts the execution of jquery-tmpl with the following error: call to Function() blocked by CSP [error] "');}return __;"
on rule number 359
It also shows the following hint: CSP: Directive "eval script base restriction" violated call to eval() or related function blocked by CSP
[1] https://developer.mozilla.org/en/Security/CSP/Using_Content_Security_Policy#Example_1