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

Unified Diff: ext/background.js

Issue 29587555: Issue 5771 - ABP prevents loading of Edge about:flags page (Closed)
Patch Set: Created Oct. 24, 2017, 7:39 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ext/background.js
===================================================================
--- a/ext/background.js
+++ b/ext/background.js
@@ -609,7 +609,7 @@
if (ext.webRequest.onBeforeRequest._dispatch(
url, type, page, frame).includes(false))
return {cancel: true};
- }, {urls: ["<all_urls>"]}, ["blocking"]);
+ }, {urls: ["*://*/*"]}, ["blocking"]);
Oleksandr 2017/10/24 07:43:55 I have tested that this still works fine for both
/* Message passing */
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld