1
0
Fork 0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2025-07-03 12:06:31 +02:00

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();
});