Skip to content

Commit b9b247a

Browse files
committed
Add CSP-headers
1 parent 5979609 commit b9b247a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

manifest.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
"host_permissions": [
1919
"<all_urls>"
2020
],
21+
"content_security_policy": {
22+
"extension_pages": "default-src 'none'; img-src 'self'; script-src 'self'; style-src 'self';"
23+
},
2124
"background": {
2225
"service_worker": "bootstrap.js",
2326
"scripts": ["bootstrap.js"]

0 commit comments

Comments
 (0)