You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Firefox (using 78.0.2 on Arch Linux), with First-Party Isolation (FPI) enabled (privacy.firstparty.isolate = true in about:config), the extension will interrupt downloads, but won't open them in Persepolis, so downloads will never start.
FPI restricts access to cookies, site storage, etc. by domain, though one of the permissions of the Persepolis extension is "Access your data for all websites". I'm not sure what's supposed to take priority here, but it looks like FPI--the extension is looking for cookies (required for some downloads) and Firefox is blocking access to them.
The text was updated successfully, but these errors were encountered:
Duplicate #20.
Sending URLs to Persepolis without cookies will result in in ambiguous behavior. It would a better idea if FF could allow exceptions in their list.
It would a better idea if FF could allow exceptions in their list.
Agreed. Not sure what the best suggestion to FF devs would be. FPI is a huge win for privacy, and it makes sense that web extensions are considered third parties. Download manager integrators are an odd special case.
Forgive me for spitballing here, but I could suggest the following on FF's Bugzilla as possible options:
Have the extension permission "Access your data for all websites" override FPI (i.e. leave it to the user to pay attention to permissions).
Add a privacy.firstparty.isolate.include_extensions preference to toggle the above option.
Add some sort of additional per-extension trust option, similar to "Allow in private windows".
The ultimate solution would be per-domain/extension exceptions/overrides/profiles for all preferences, but we might be a long way from that.
In Firefox (using 78.0.2 on Arch Linux), with First-Party Isolation (FPI) enabled (
privacy.firstparty.isolate = true
inabout:config
), the extension will interrupt downloads, but won't open them in Persepolis, so downloads will never start.FPI restricts access to cookies, site storage, etc. by domain, though one of the permissions of the Persepolis extension is "Access your data for all websites". I'm not sure what's supposed to take priority here, but it looks like FPI--the extension is looking for cookies (required for some downloads) and Firefox is blocking access to them.
The text was updated successfully, but these errors were encountered: