mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 20:46:39 +02:00
Limit periodical rnd clearing
Periodical persistent rnd clearing does not clear in active tabs. Fixes #518
This commit is contained in:
parent
28dd7f6819
commit
ee87773ce2
5 changed files with 24 additions and 9 deletions
|
@ -36,7 +36,7 @@
|
|||
logging.notice("empty storage");
|
||||
settings.persistentRndStorage = "";
|
||||
logging.notice("send message to main script");
|
||||
extension.message.send({"canvasBlocker-clear-domain-rnd": true});
|
||||
extension.message.send({"canvasBlocker-clear-domain-rnd": "force"});
|
||||
},
|
||||
clearPersistentRndForContainer: async function(){
|
||||
const identities = await browser.contextualIdentities.query({});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue