mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-12-22 21:00:23 +01:00
parent
e65ac94dda
commit
0a290b3521
@ -120,7 +120,7 @@
|
|||||||
logging.verbose("send back the persistent random seeds", persistentRndStorage.persistentRnd);
|
logging.verbose("send back the persistent random seeds", persistentRndStorage.persistentRnd);
|
||||||
port.postMessage({
|
port.postMessage({
|
||||||
tabId: port.sender.tab.id,
|
tabId: port.sender.tab.id,
|
||||||
cookieStoreId: port.sender.tab.cookieStoreId,
|
cookieStoreId: port.sender.tab.cookieStoreId || "",
|
||||||
persistentRnd: persistentRndStorage.persistentRnd,
|
persistentRnd: persistentRndStorage.persistentRnd,
|
||||||
persistentIncognitoRnd: persistentRndStorage.persistentIncognitoRnd
|
persistentIncognitoRnd: persistentRndStorage.persistentIncognitoRnd
|
||||||
});
|
});
|
||||||
|
@ -6,7 +6,7 @@ Version 1.4:
|
|||||||
-
|
-
|
||||||
|
|
||||||
fixes:
|
fixes:
|
||||||
-
|
- Fix stuck Fenix
|
||||||
|
|
||||||
known issues:
|
known issues:
|
||||||
- if a data URL is blocked the page action button does not appear
|
- if a data URL is blocked the page action button does not appear
|
||||||
|
Loading…
x
Reference in New Issue
Block a user