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:
parent
698fc02e66
commit
020a9c5b9a
2 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@
|
|||
]);
|
||||
}
|
||||
else {
|
||||
settings.set("blockMode", "allow", currentURL.hostname);
|
||||
settings.set("blockMode", "allowEverything", currentURL.hostname);
|
||||
}
|
||||
update();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue