Fix stuck Fenix

Fixes #503
This commit is contained in:
kkapsner 2020-11-02 11:54:43 +01:00
parent e65ac94dda
commit 0a290b3521
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -6,7 +6,7 @@ Version 1.4:
-
fixes:
-
- Fix stuck Fenix
known issues:
- if a data URL is blocked the page action button does not appear