mirror of
https://github.com/abhijithvijayan/web-extension-starter.git
synced 2026-01-30 09:48:12 +01: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://*/*"
|
"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