Closed Bug 1886133 Opened 3 months ago Closed 1 month ago

Separate out CHIPS pref from the pref "network.cookie.cookieBehavior.optInPartitioning"

Categories

(Core :: Privacy: Anti-Tracking, task)

task

Tracking

()

RESOLVED FIXED
128 Branch
Tracking Status
firefox128 --- fixed

People

(Reporter: timhuang, Assigned: timhuang)

References

(Blocks 1 open bug)

Details

Attachments

(3 files)

We want to put CHIPS-related behavior behind a pref instead of everything behind the pref "network.cookie.cookieBehavior.optInPartitioning". This would make it easier for us to enable CHIPS with or without deprecating third-party cookies.

The CHIPS-related behavior includes

  • The partitioned cookie attribution support
  • Loading CHIPS cookie together with unpartitioned cookies
Assignee: nobody → tihuang

Hi! I'm working on WebDriver Bidi APIs to work with cookies, and we rely on partition key functionality. From what I can see, some code like adding partitioned cookies to document.cookie and to network headers is still behind the preference network.cookie.cookieBehavior.optInPartitioning and with this patch it will be moved behind network.cookie.CHIPS.enabled. Is there any planned timeline already of when this new network.cookie.CHIPS.enabled preference might be enabled in Nightly?

Flags: needinfo?(tihuang)

We plan to enable this pref only in Nightly from 128, and start ride the train from 130.

Flags: needinfo?(tihuang)
Pushed by tihuang@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e0f0f32bf53e
Part 1: Introduce a new pref `network.cookie.CHIPS.enabled` to control CHIPS. r=bvandersloot
https://hg.mozilla.org/integration/autoland/rev/a93889ba2cdf
Part 2: Separate CHIPS enable pref from the network.cookie.cookieBehavior.optInPartitioning pref. r=bvandersloot,cookie-reviewers,anti-tracking-reviewers,edgul
https://hg.mozilla.org/integration/autoland/rev/1a523d31436f
Part 3: Add the pref network.cookie.cookieBehavior.optInPartitioning.pbmode to control opt-in partitioning for the private browsing mode. r=bvandersloot,cookie-reviewers,anti-tracking-reviewers,edgul
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: