Move the permission observers in the background scripts

This commit is contained in:
Andrea Marchesini
2021-11-30 20:13:48 +01:00
committed by Lesley Norton
parent 1b165aebb5
commit c146a0bd11
6 changed files with 47 additions and 29 deletions
-1
View File
@@ -386,7 +386,6 @@ window.assignManager = {
if (browser.proxy) {
browser.proxy.onRequest.addListener(this.handleProxifiedRequest, {urls: ["<all_urls>"]});
}
return;
},
init() {