Disable First party cookie isolation for one site
How to disable First party cookie isolation for one site.
I have an exstention that talks with the site, but it cant talk to it unless I have first party cookie isolation disabled. How can I disable it for one site only?
Also, what is the difference between not having first party cookie isolation and having it on.
Vybrané riešenie
See also:
First Party Isolation is not a supported feature of Firefox; it's included to make it easier for the Tor Project to maintain their browser. You want to disable FPI in about:config and set Enhanced Trackign Protection to 'Strict' in Settings-> Privacy and Security. This will enable Dynamic FPI which is very similar to FPI, and is a supported feature.Čítať túto odpoveď v kontexte 👍 0
Všetky odpovede (5)
I'm not sure whether first-party isolation is already enabled by default, so did you enable it yourself ?
See:
cor-el said
I'm not sure whether first-party isolation is already enabled by default, so did you enable it yourself ? See:
I turned it on, but I want to turn it off for this one site and keep it on for others such as youtube
Here's what FPI does:
Let's say Ad Network sets a third party cookie on 12 sites you visit.
Normal: Firefox stores and returns that as a single cookie, which allows Ad Network to track your browsing on 12 sites in a single profile.
FPI: Firefox stores those cookies per site so it stores and return 12 different cookie, depending on which site you are visiting. Ad Network ends up with 12 different profiles, one for each site, and -- absent some other data to connect them -- cannot connect the dots.
Of course, Firefox's anti-tracking feature, and add-on ad blockers, will take care of a lot of that problem, so if you don't use FPI, you probably end up somewhere in between.
All that said, I'm not aware of a way to set exceptions. What is the add-on author's explanation for why it is needed?
jscher2000 said
Here's what FPI does: Let's say Ad Network sets a third party cookie on 12 sites you visit. Normal: Firefox stores and returns that as a single cookie, which allows Ad Network to track your browsing on 12 sites in a single profile. FPI: Firefox stores those cookies per site so it stores and return 12 different cookie, depending on which site you are visiting. Ad Network ends up with 12 different profiles, one for each site, and -- absent some other data to connect them -- cannot connect the dots. Of course, Firefox's anti-tracking feature, and add-on ad blockers, will take care of a lot of that problem, so if you don't use FPI, you probably end up somewhere in between. All that said, I'm not aware of a way to set exceptions. What is the add-on author's explanation for why it is needed?
The author didn't say anything on it, rather, I found that the exstention would report the that you weren't logged in when I had FBPI on. The author is well trusted within the cummounity and the exstention is open source
Vybrané riešenie
See also:
First Party Isolation is not a supported feature of Firefox; it's included to make it easier for the Tor Project to maintain their browser. You want to disable FPI in about:config and set Enhanced Trackign Protection to 'Strict' in Settings-> Privacy and Security. This will enable Dynamic FPI which is very similar to FPI, and is a supported feature.