mirror of
https://github.com/abhijithvijayan/web-extension-starter.git
synced 2025-10-07 07:22:37 +02:00
Merge pull request #35 from ThaneshR/merge-csp
Remove unsafe-eval from content-security-policy
This commit is contained in:
commit
b2a144b1cc
@ -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