mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-01-08 12:44:48 +01:00
Whitelisted block mode should be "allowEverything"
This commit is contained in:
parent
698fc02e66
commit
020a9c5b9a
@ -37,7 +37,7 @@
|
|||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
settings.set("blockMode", "allow", currentURL.hostname);
|
settings.set("blockMode", "allowEverything", currentURL.hostname);
|
||||||
}
|
}
|
||||||
update();
|
update();
|
||||||
});
|
});
|
||||||
|
@ -71,7 +71,7 @@
|
|||||||
isIcon: true,
|
isIcon: true,
|
||||||
callback: async function({domain, urls, api}){
|
callback: async function({domain, urls, api}){
|
||||||
const whitelistingSettings = {
|
const whitelistingSettings = {
|
||||||
all: {name: "blockMode", value: "allow"},
|
all: {name: "blockMode", value: "allowEverything"},
|
||||||
canvas: {name: "protectedCanvasPart", value: "nothing"},
|
canvas: {name: "protectedCanvasPart", value: "nothing"},
|
||||||
audio: {name: "protectAudio", value: false},
|
audio: {name: "protectAudio", value: false},
|
||||||
domRect: {name: "protectDOMRect", value: false},
|
domRect: {name: "protectDOMRect", value: false},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user