We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5979609 commit b9b247aCopy full SHA for b9b247a
1 file changed
manifest.json
@@ -18,6 +18,9 @@
18
"host_permissions": [
19
"<all_urls>"
20
],
21
+ "content_security_policy": {
22
+ "extension_pages": "default-src 'none'; img-src 'self'; script-src 'self'; style-src 'self';"
23
+ },
24
"background": {
25
"service_worker": "bootstrap.js",
26
"scripts": ["bootstrap.js"]
0 commit comments