mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 20:46:39 +02:00
parent
e65ac94dda
commit
0a290b3521
2 changed files with 2 additions and 2 deletions
|
@ -120,7 +120,7 @@
|
|||
logging.verbose("send back the persistent random seeds", persistentRndStorage.persistentRnd);
|
||||
port.postMessage({
|
||||
tabId: port.sender.tab.id,
|
||||
cookieStoreId: port.sender.tab.cookieStoreId,
|
||||
cookieStoreId: port.sender.tab.cookieStoreId || "",
|
||||
persistentRnd: persistentRndStorage.persistentRnd,
|
||||
persistentIncognitoRnd: persistentRndStorage.persistentIncognitoRnd
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue