Kërkoni te Asistenca

Shmangni karremëzime gjoja asistence. S’do t’ju kërkojmë kurrë të bëni një thirrje apo të dërgoni tekst te një numër telefoni, apo të na jepni të dhëna personale. Ju lutemi, raportoni veprimtari të dyshimtë duke përdorur mundësinë “Raportoni Abuzim”.

Learn More

Disable First party cookie isolation for one site

  • 5 përgjigje
  • 1 e ka hasur këtë problem
  • 230 parje
  • Përgjigjja më e re nga cor-el

more options

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.

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.

Zgjidhje e zgjedhur

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.
Lexojeni këtë përgjigje brenda kontekstit 👍 0

Krejt Përgjigjet (5)

more options
more options

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

more options

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?

more options

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

github: https://github.com/ScratchAddons/ScratchAddons

more options

Zgjidhja e Zgjedhur

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.