| 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 */ |