You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using Framework7 together with the baked in Template7. In my html, I have included the meta tag to include Content-Security-Policy.
Expected Behavior
Should work with CSP?
Actual Behavior
'Uncaught EvalError: Refused to evaluate a string as Javascript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: "default-src 'self'"
at eval()
at o (framework7.js:13994)
The text was updated successfully, but these errors were encountered:
I am using Framework7 together with the baked in Template7. In my html, I have included the meta tag to include Content-Security-Policy.
Expected Behavior
Should work with CSP?
Actual Behavior
'Uncaught EvalError: Refused to evaluate a string as Javascript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: "default-src 'self'"
at eval()
at o (framework7.js:13994)
The text was updated successfully, but these errors were encountered: