mirror of
https://github.com/abhijithvijayan/web-extension-starter.git
synced 2025-10-07 07:22:37 +02:00
-merged dev/prod content-security-policy since 'unsafe-eval' is no longer needed in dev mode.
This commit is contained in:
parent
8f92e6c83a
commit
1b65b8177a
@ -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": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user