From 9896e76fc59ffdf79eb8c7587f1138e31fb2e879 Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Sun, 7 Jan 2018 12:12:36 -0500 Subject: [PATCH] Fix CSP --- ext/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/manifest.json b/ext/manifest.json index 9e6e23b..135db2a 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -21,5 +21,5 @@ "32": "icons/icon.svg" } }, - "content_security_policy": "script-src 'self'; object-src 'self'; default-src 'self' http://hn.algolia.com/*" + "content_security_policy": "script-src 'self'; object-src 'self'; connect-src 'self' http://hn.algolia.com" }