-
Notifications
You must be signed in to change notification settings - Fork 523
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ETP switches and dFPI #1315
Comments
I assume you mean the urlbar blue shield - This is something I want to confirm (I did mention it somewhere and I thought it was on my list - I just added it), but the answer is likely yes - it's meant to unbreak sites At first I thought it was just the Tracking Protection (TP) which is one part of it. But even in standard mode, which doesn't have TP, the urlbar still has a toggle In about:preferences#privacy when strict is enabled it says (emphasis mine)
The link doesn't make anything clearer - it says
So IDK the exact answer, it will be covered in the user.js in time and is listed in my ToDos in #1051 One way around this (if ETP exceptions disable dFPI) would be to use Multi-Account Containers and assign those few sites into their own containers
Custom mode was touched on in #1306 - AF is not going to maintain and support stuff about custom mode I do not fucking care how it works and what prefs you can change to alter custom, or change strict. Since I am the only person doing all of this (aside from E providing diffs), and have been for the last year and a half (or longer), I refuse to deal with any of it. STRICT mode is going to be it. STRICT is literally named the hardest setting. Considering we were FPI for 4 years, I don't think anyone should give a shit about relaxing down to custom
Just use Forget About This Site: it sanitizes it and your count will resume at 0.
|
Thanks for clarifying, cheerio. |
or use one off Private Windows. When all Private Windows are closed, everything for PB is cleared from memory |
FPing is a stateless tracker, TC has nothing to do with this. TC, TCP (dFPI), FPI, network partitioning, containers are all about isolating state tracking |
correct - the wiki says
moving forward, I am not going to support FPI questions - it is no longer maintained. Mozilla's state partitioning and FPI are two different code paths, and upstream is not going to bother with both /*** [SECTION 6000]: DON'T TOUCH ***/ Lines 1103 to 1106 in 2787da7
FPI is pretty robust, but it does not cover service workers, which we now enable. That then means it becomes a recipe involved multiple prefs and yet more maintenance/support - such as dealing with OA syntax in FPI |
anyway ... TC is still redundant with FPI |
I don't see it that way. Where did you find that out? |
^^ I am interested in this. Where on the extension page, what full details? Do you have a direct URL to that?
I don't see why wouldn't. When a new tab/containers opens it has a clean namespace, but TC does not prevent connections that are not user initiated to be opened in any direction, where on the contrary dFPI do (AFAICT). Actually, what do you exactly mean with "work with dFPI"? That the TC does not work anymore as extension, that does not meet your requirements/goal? |
I don't see a reason why not.
I don't see a reason that TC should have any special adaptation for dFPI, I think it should work out-of-the-box on as it is now. |
TC uses a different API for sanitizing
The bugzilla linked is about the extension's "cookie" API or whatever you want to call it
^ edit: tl;dr: Add
None of this changes the fact that they are both redundant
|
only in how the browser decides how to partition. this has nothing to with extensions. The problem with extensions is that each method needs to added to the cookies extensions API. Pretty sure FPI was lacking initially. Currently dFPI is lacking |
But of course 😄 Whats in my mind is that it depends what are the reasons to use TC. |
So FPI will make way for dFPI in version 96. I had some silly questions and since there is no separate Q&A section, here's new issue about it, similar to #1306
Will dFPI get disabled if I turn off ETP on any given site? I think site isolation will work fine, disabled for one site but for on for others. Is that the case?
I do this on a site so images can load properly(mind uBO is left untouched). Right now since FPI is enabled, never really bothered to care how ETP switches affects stuff on sites.
Currently in ETP section, I have selected custom mode with third party cookies disabled and all other options enabled. How will that change in strict mode?
Plus Temporary Containers is no longer recommended. So is there an alternative for it or put it another way, it can still be used right, just not as ultra privacy add-on?
I used it most on a streaming site which allows to view 3 videos, after which it asked for login. Thanks to TC I just created another container and all things worked fine. Obviously this is done in a different profile(with no changed prefs) for DRM.
The text was updated successfully, but these errors were encountered: