| Index: lib/csp.js |
| diff --git a/lib/csp.js b/lib/csp.js |
| index 3c06425f8f39f01566b9a75508efa1ec739ac812..8b11f3c97835273e0ecd17008dada624cf54e15f 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}; |
| } |