diff --git a/manifest.firefox.json b/manifest.firefox.json index af05674..ab79548 100644 --- a/manifest.firefox.json +++ b/manifest.firefox.json @@ -34,6 +34,9 @@ "matches": [""] } ], + "content_security_policy": { + "extension_pages": "script-src 'self'; object-src 'self'" + }, "icons": { "16": "assets/icons/icon16.png", "48": "assets/icons/icon48.png", diff --git a/manifest.json b/manifest.json index bb4466e..28fe544 100644 --- a/manifest.json +++ b/manifest.json @@ -19,6 +19,9 @@ "matches": [""] } ], + "content_security_policy": { + "extension_pages": "script-src 'self'; object-src 'self'" + }, "icons": { "16": "assets/icons/icon16.png", "48": "assets/icons/icon48.png", diff --git a/manifest.opera.json b/manifest.opera.json index 7cd00a5..ae49789 100644 --- a/manifest.opera.json +++ b/manifest.opera.json @@ -40,6 +40,9 @@ "default_title": "Hellion Dashboard" }, + "content_security_policy": { + "extension_pages": "script-src 'self'; object-src 'self'" + }, "icons": { "16": "assets/icons/icon16.png", "48": "assets/icons/icon48.png", diff --git a/newtab.html b/newtab.html index df339a3..93ff1a5 100644 --- a/newtab.html +++ b/newtab.html @@ -53,7 +53,7 @@ G - @@ -86,7 +86,7 @@