[meta] Top-level site partitioning
Categories
(Core :: Privacy: Anti-Tracking, defect, P3)
Tracking
()
People
(Reporter: annevk, Unassigned)
References
(Depends on 10 open bugs, Blocks 2 open bugs)
Details
(Keywords: meta, Whiteboard: [necko-triaged])
This is a tracking issue for all our top-level origin partitioning work.
Any communication channel between top-level A and A embedded inside top-level B is of interest, except for cookies and storage APIs ("site data"), which will be handled by StoragePrincipal (please file bugs for those too if you find bits that aren't governed by that).
Top-level partitioning does partitioning on two keys (top-level and context) unconditionally and requestStorageAccess()
(StoragePrincipal) has no effect on it.
Updated•5 years ago
|
Comment 1•5 years ago
|
||
Nhi, I guess this is P2. Please correct me if I am wrong.
Could you also find an owner for this? Thanks.
Updated•5 years ago
|
Reporter | ||
Comment 4•5 years ago
|
||
Although when we can use origin we should, generally we target site (as defined by https://html.spec.whatwg.org/#site) as that is approximately what FPI uses (modulo bug 1630869) and what Chrome and Safari seem to be targeting.
Comment 5•5 years ago
|
||
Moving this into the anti-tracking component since the scope is broader.
according to this site
https://www.ghacks.net/2020/12/20/firefox-85-will-improve-privacy-with-network-partitioning-feature/
"...Performance may be impacted as it is no longer possible to share resources, e.g. the same font...."
what if a user doesn't care about that new feature? is there an option to disable network partitioning? Eg. i don't mind the tracking stuff around the internet, i want to be able to disable the feature without losing other major functionality of the browser.
Reporter | ||
Comment 7•4 years ago
|
||
You could flip privacy.partition.network_state
in about:config
, but this is not necessarily a supported configuration long term. Note that we have performed performance studies and the impact of this is negligible.
Yes, turning off privacy.partition.network_state and network.http.rcwn.enabled improves cache efficiency.
Especially for us who prefer cache over network, because of slow or expensive internet.
Also extensions like Save Page WE and SingleFIle will save pages much faster with such options turned off.
Hope you won't remove such configurations in about:config in long term.
see bug 1687569
Updated•2 years ago
|
Description
•