Skip to content

Commit 98d2595

Browse files
committed
remove unsafe-eval
1 parent 0aaf85d commit 98d2595

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

source/manifest.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
"homepage_url": "https://github.com/thedevs-network/kutt-extension.git",
1414
"__firefox__browser_specific_settings": {
1515
"gecko": {
16-
17-
"strict_min_version": "52.0"
16+
1817
}
1918
},
2019
"__chrome|firefox__author": "abhijithvijayan",
@@ -56,7 +55,7 @@
5655
"http://*/*",
5756
"https://*/*"
5857
],
59-
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
58+
"content_security_policy": "script-src 'self'; object-src 'self'",
6059
"__chrome|opera__options_page": "options.html",
6160
"options_ui": {
6261
"page": "options.html",

0 commit comments

Comments
 (0)