Skip to content

Commit 224625e

Browse files
authored
Update manifest.json
Don't add the unsafe-eval back in until we have that handled in deploy
1 parent 37a1827 commit 224625e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

accessibility-checker-extension/src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"64": "assets/Bee_Logo@64px.png",
1212
"128": "assets/Bee_Logo@128px.png"
1313
},
14-
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
14+
"content_security_policy": "script-src 'self'; object-src 'self'",
1515
"permissions": [
1616
"<all_urls>",
1717
"tabs",

0 commit comments

Comments
 (0)