Skip to content

Commit 07cab7b

Browse files
committed
fix: Enhance content security policy to upgrade insecure requests
1 parent daab951 commit 07cab7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"https://*/*"
1313
],
1414
"content_security_policy": {
15-
"extension_pages": "script-src 'self'; object-src 'self';"
15+
"extension_pages": "script-src 'self'; object-src 'self'; upgrade-insecure-requests;"
1616
},
1717
"background": {
1818
"service_worker": "background.js",

0 commit comments

Comments
 (0)