mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-12-22 04:40:20 +01:00
Whitelisted block mode should be "allowEverything"
This commit is contained in:
parent
698fc02e66
commit
020a9c5b9a
@ -37,7 +37,7 @@
|
||||
]);
|
||||
}
|
||||
else {
|
||||
settings.set("blockMode", "allow", currentURL.hostname);
|
||||
settings.set("blockMode", "allowEverything", currentURL.hostname);
|
||||
}
|
||||
update();
|
||||
});
|
||||
|
@ -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},
|
||||
|
Loading…
x
Reference in New Issue
Block a user