-
Notifications
You must be signed in to change notification settings - Fork 477
[Firefox] Setting privacy.firstparty.isolate to true prevents cookie deletion #878
Comments
|
Nothing I can do. The message is merely uMatrix reporting the result of the webext API call. |
Is there no way to fix this in uMatrix? Recent update to Cookie Autodelete addon fixed the deletion of cookies even with privacy.firstparty.isolate=true so maybe it is possible |
Thanks for the link. It says the issue was fixed for FF59, and @cy7yz2rj reports the issue for FF58. So is there really an issue with uMatrix when using FF59+? |
I don’t know, I don’t use this feature currently because I haven’t had the time to read enough about the implications. |
That being said, I have a lot of things like:
in the log. |
OK, I can now see that cookies that should be deleted by |
For which version of Firefox? |
60 |
Cookies are not deleted in current Firefox 59 (aurora) and 60 (nightly), repro steps same as OP except for browser and uMatrix (1.2.1rc3) versions. |
Cookie extensions dealing with first party isolation have to add explicit support for it. https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/cookies
|
you can use |
Activating Firefox's first party isolation feature imported from Tor Browser breaks cookie deletion in uMatrix.
Steps for reproducing:
Delete non-blocked session cookies 15 minutes after the last time they have been used.
privacy.firstparty.isolate
to truefailed to delete cookie: https://github.com/...
will be reported in loggerFirefox 58.0b10 (64-bit) / uMatrix 1.1.18
The text was updated successfully, but these errors were encountered: