-merged dev/prod content-security-policy since 'unsafe-eval' is no longer needed in dev mode.

This commit is contained in:
thanesh 2020-05-21 16:14:19 -04:00
parent 8f92e6c83a
commit 1b65b8177a

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": {