Index: lib/csp.js |
diff --git a/lib/csp.js b/lib/csp.js |
index 3c06425f8f39f01566b9a75508efa1ec739ac812..93dfea0d75f713c1f5fa7a80705d6363a9167610 100644 |
--- a/lib/csp.js |
+++ b/lib/csp.js |
@@ -51,7 +51,8 @@ if (!("WEBSOCKET" in chrome.webRequest.ResourceType)) |
// |
// "http:" also includes "https:" implictly. |
// https://www.chromestatus.com/feature/6653486812889088 |
- value: "connect-src http:; child-src http:; frame-src http:; object-src http:" |
+ value: "connect-src http:; child-src http:; " + |
+ "frame-src http:; object-src http:" |
}); |
return {responseHeaders: details.responseHeaders}; |
} |