Merge pull request #35 from ThaneshR/merge-csp

Remove unsafe-eval from content-security-policy
This commit is contained in:
Abhijith Vijayan 2020-05-22 09:02:14 +05:30 committed by GitHub
commit b2a144b1cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,8 +20,7 @@
"https://*/*"
],
"__dev__content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"__prod__content_security_policy": "script-src 'self'; object-src 'self'",
"content_security_policy": "script-src 'self'; object-src 'self'",
"__chrome|firefox__author": "abhijithvijayan",
"__opera__developer": {