mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
Bug 1918326 - Add a pref to contorl tracker cookie blocking in cookieBehavior 5. r=anti-tracking-reviewers,bvandersloot
Differential Revision: https://phabricator.services.mozilla.com/D229327
This commit is contained in:
parent
414d4d2334
commit
fe62c01b97
@ -12394,6 +12394,13 @@
|
|||||||
value: @IS_NIGHTLY_BUILD@
|
value: @IS_NIGHTLY_BUILD@
|
||||||
mirror: always
|
mirror: always
|
||||||
|
|
||||||
|
# Whether to block third-party tracker cookie and storage access when
|
||||||
|
# cookieBehavior=5.
|
||||||
|
- name: network.cookie.cookieBehavior.trackerCookieBlocking
|
||||||
|
type: bool
|
||||||
|
value: true
|
||||||
|
mirror: always
|
||||||
|
|
||||||
# Whether to support CHIPS(Cookies Having Independent Partitioned State).
|
# Whether to support CHIPS(Cookies Having Independent Partitioned State).
|
||||||
- name: network.cookie.CHIPS.enabled
|
- name: network.cookie.CHIPS.enabled
|
||||||
type: RelaxedAtomicBool
|
type: RelaxedAtomicBool
|
||||||
|
Loading…
Reference in New Issue
Block a user