Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: lib/csp.js

Issue 29374674: Issue 4864 - Start using ESLint for adblockpluschrome (Closed)
Patch Set: Remove some unnecessary changes Created March 23, 2017, 9:29 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/compat.js ('k') | lib/devtools.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/csp.js
diff --git a/lib/csp.js b/lib/csp.js
index 5621d87cdb336a57aaa6dc67a1f9878a57b577d2..0e8e4d236642e4e64249266e7ab4451468a3d06d 100644
--- a/lib/csp.js
+++ b/lib/csp.js
@@ -46,7 +46,8 @@ chrome.webRequest.onHeadersReceived.addListener(details =>
//
// "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};
}
« no previous file with comments | « lib/compat.js ('k') | lib/devtools.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld