Whitelisted block mode should be "allowEverything"

This commit is contained in:
kkapsner 2021-06-08 15:31:37 +02:00
parent 698fc02e66
commit 020a9c5b9a
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@
]);
}
else {
settings.set("blockMode", "allow", currentURL.hostname);
settings.set("blockMode", "allowEverything", currentURL.hostname);
}
update();
});

View File

@ -71,7 +71,7 @@
isIcon: true,
callback: async function({domain, urls, api}){
const whitelistingSettings = {
all: {name: "blockMode", value: "allow"},
all: {name: "blockMode", value: "allowEverything"},
canvas: {name: "protectedCanvasPart", value: "nothing"},
audio: {name: "protectAudio", value: false},
domRect: {name: "protectDOMRect", value: false},