mirror of
https://github.com/abhijithvijayan/web-extension-starter.git
synced 2026-01-30 09:48:12 +01: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://*/*"
|
"https://*/*"
|
||||||
],
|
],
|
||||||
|
|
||||||
"__dev__content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
|
"content_security_policy": "script-src 'self'; object-src 'self'",
|
||||||
"__prod__content_security_policy": "script-src 'self'; object-src 'self'",
|
|
||||||
|
|
||||||
"__chrome|firefox__author": "abhijithvijayan",
|
"__chrome|firefox__author": "abhijithvijayan",
|
||||||
"__opera__developer": {
|
"__opera__developer": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user