Bounce tracking mitigations for the HTTP cache is an extension to existing anti-bounce-tracking behavior. It removes the requirement that a suspected tracking site must have performed storage access in order to activate bounce tracking mitigations. Chrome's initially proposed bounce tracking mitigation solution triggers when a site accesses browser storage (e.g. cookies) during a redirect flow. However, bounce trackers can systematically circumvent such mitigations by using the HTTP cache to preserve data. By relaxing the triggering conditions for bounce tracking mitigations, the browser should be able to catch bounce trackers using the HTTP cache.
None
Does this intent deprecate or change behavior of existing APIs, such that it has potentially high risk for Android WebView-based applications?
None
There exists a section in Chrome devtools to try out bounce tracking mitigations (see link for context). It currently checks for the current (stateful) behavior and will be updated after the fact. Progress for devtools parity is tracked in https://crbug.com/399681359. https://developer.chrome.com/blog/bounce-tracking-mitigations-dev-trial#how_can_i_tell_if_my_site_is_impacted
This feature is supported on all platforms except WebView.
Shipping on desktop | 134 |
Open questions about a feature may be a source of future web compat or interop issues. Please list open issues (e.g. links to known github issues in the project for the feature specification) whose resolution may introduce web compat/interop risk (e.g., changing to naming or structure of the API in a non-backward-compatible way).
https://github.com/privacycg/nav-tracking-mitigations/pull/95On 2/27/25 3:46 PM, Chromestatus wrote:
Contact emails
l...@chromium.org, ort...@chromium.org, sv...@chromium.org, rtar...@chromium.org
Explainer
https://github.com/privacycg/nav-tracking-mitigations/issues/41#issuecomment-2504329542
Specification
https://privacycg.github.io/nav-tracking-mitigations/#bounce-tracking-mitigations
Summary
Bounce tracking mitigations for the HTTP cache is an extension to existing anti-bounce-tracking behavior. It removes the requirement that a suspected tracking site must have performed storage access in order to activate bounce tracking mitigations. Chrome's initially proposed bounce tracking mitigation solution triggers when a site accesses browser storage (e.g. cookies) during a redirect flow. However, bounce trackers can systematically circumvent such mitigations by using the HTTP cache to preserve data. By relaxing the triggering conditions for bounce tracking mitigations, the browser should be able to catch bounce trackers using the HTTP cache.
Blink component
Privacy>NavTracking
TAG review
https://github.com/w3ctag/design-reviews/issues/862
--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
To view this discussion visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/67c0cf33.2b0a0220.2c86e9.0223.GAE%40google.com.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+unsubscribe@chromium.org.
On 3/3/25 10:32 AM, Andrew Liu wrote:
Done, requested reviews.
On Sunday, March 2, 2025 at 9:35:30 PM UTC-5 Domenic Denicola wrote:
Can you request Privacy, WP Security, Enterprise, Debuggability, and Testing review gates in ChromeStatus?
On Friday, February 28, 2025 at 7:45:44 AM UTC+9 Andrew Liu wrote:
Fixed the link in chromestatus, thanks.
On Thursday, February 27, 2025 at 5:02:41 PM UTC-5 Mike Taylor wrote:
On 2/27/25 3:46 PM, Chromestatus wrote:
Contact emails
l...@chromium.org, ort...@chromium.org, sv...@chromium.org, rtar...@chromium.org
Explainer
https://github.com/privacycg/nav-tracking-mitigations/issues/41#issuecomment-2504329542
Specification
https://privacycg.github.io/nav-tracking-mitigations/#bounce-tracking-mitigations
Summary
Bounce tracking mitigations for the HTTP cache is an extension to existing anti-bounce-tracking behavior. It removes the requirement that a suspected tracking site must have performed storage access in order to activate bounce tracking mitigations. Chrome's initially proposed bounce tracking mitigation solution triggers when a site accesses browser storage (e.g. cookies) during a redirect flow. However, bounce trackers can systematically circumvent such mitigations by using the HTTP cache to preserve data. By relaxing the triggering conditions for bounce tracking mitigations, the browser should be able to catch bounce trackers using the HTTP cache.
Blink component
Privacy>NavTracking
TAG review
https://github.com/w3ctag/design-reviews/issues/862It looks like https://github.com/w3ctag/design-reviews/issues/1062 is the correct link.
TAG review status
Not applicable
Risks
Interoperability and Compatibility
None
Gecko: Positive (https://github.com/mozilla/standards-positions/issues/835)
Contact emails l...@chromium.org, ort...@chromium.org, sv...@chromium.org, rtar...@chromium.org
Explainer https://github.com/privacycg/nav-tracking-mitigations/issues/41#issuecomment-2504329542
Specification https://privacycg.github.io/nav-tracking-mitigations/#bounce-tracking-mitigations
SummaryBounce tracking mitigations for the HTTP cache is an extension to existing anti-bounce-tracking behavior. It removes the requirement that a suspected tracking site must have performed storage access in order to activate bounce tracking mitigations. Chrome's initially proposed bounce tracking mitigation solution triggers when a site accesses browser storage (e.g. cookies) during a redirect flow. However, bounce trackers can systematically circumvent such mitigations by using the HTTP cache to preserve data. By relaxing the triggering conditions for bounce tracking mitigations, the browser should be able to catch bounce trackers using the HTTP cache.
On Thursday, February 27, 2025 at 9:46:54 PM UTC+1 Chromestatus wrote:Contact emails l...@chromium.org, ort...@chromium.org, sv...@chromium.org, rtar...@chromium.org
Explainer https://github.com/privacycg/nav-tracking-mitigations/issues/41#issuecomment-2504329542
Specification https://privacycg.github.io/nav-tracking-mitigations/#bounce-tracking-mitigations
SummaryBounce tracking mitigations for the HTTP cache is an extension to existing anti-bounce-tracking behavior. It removes the requirement that a suspected tracking site must have performed storage access in order to activate bounce tracking mitigations. Chrome's initially proposed bounce tracking mitigation solution triggers when a site accesses browser storage (e.g. cookies) during a redirect flow. However, bounce trackers can systematically circumvent such mitigations by using the HTTP cache to preserve data. By relaxing the triggering conditions for bounce tracking mitigations, the browser should be able to catch bounce trackers using the HTTP cache.
Can you provide an example of a scenario flow that would trigger the new mitigations, and what the mitigations' impact would be.
e.g. If a link clicks results in a redirect through a page that loads an asset and then navigates away, would the asset being previously cached trigger the mitigations? Would the page itself being cached trigger them?
Once triggered, would the implications be that the asset/page are no longer cached? Or would there be other implications?
If the redirected page is still in its user activation lifetime period, does that change things?
On 3/3/25 10:32 AM, Andrew Liu wrote:
Done, requested reviews.
On Sunday, March 2, 2025 at 9:35:30 PM UTC-5 Domenic Denicola wrote:
Can you request Privacy, WP Security, Enterprise, Debuggability, and Testing review gates in ChromeStatus?
On Friday, February 28, 2025 at 7:45:44 AM UTC+9 Andrew Liu wrote:
Fixed the link in chromestatus, thanks.
On Thursday, February 27, 2025 at 5:02:41 PM UTC-5 Mike Taylor wrote:
On 2/27/25 3:46 PM, Chromestatus wrote:
Contact emails l...@chromium.org, ort...@chromium.org, sv...@chromium.org, rtar...@chromium.org
Explainer https://github.com/privacycg/nav-tracking-mitigations/issues/41#issuecomment-2504329542
Specification https://privacycg.github.io/nav-tracking-mitigations/#bounce-tracking-mitigationsCan you point out which section covers the stateless bounce tracking? It's not obvious to me.
SummaryBounce tracking mitigations for the HTTP cache is an extension to existing anti-bounce-tracking behavior. It removes the requirement that a suspected tracking site must have performed storage access in order to activate bounce tracking mitigations. Chrome's initially proposed bounce tracking mitigation solution triggers when a site accesses browser storage (e.g. cookies) during a redirect flow. However, bounce trackers can systematically circumvent such mitigations by using the HTTP cache to preserve data. By relaxing the triggering conditions for bounce tracking mitigations, the browser should be able to catch bounce trackers using the HTTP cache.
Blink component Privacy>NavTracking
TAG review https://github.com/w3ctag/design-reviews/issues/862It looks like https://github.com/w3ctag/design-reviews/issues/1062 is the correct link.
TAG review status Not applicable
Risks
Interoperability and CompatibilityNone
Gecko: Positive (https://github.com/mozilla/standards-positions/issues/835)
What is the difference between 835 and https://github.com/mozilla/standards-positions/issues/1186? Is 1186 supposed to cover this particular change (not requiring storage access / considering the HTTP cache)? If so, could it be edited to reflect that?
Could we add a comment to this old issue informing them of this proposed change?
On 3/11/25 9:52 AM, Andrew Liu wrote:
On Monday, March 10, 2025 at 5:16:00 PM UTC-4 Mike Taylor wrote:
On 3/3/25 10:32 AM, Andrew Liu wrote:
Done, requested reviews.
On Sunday, March 2, 2025 at 9:35:30 PM UTC-5 Domenic Denicola wrote:
Can you request Privacy, WP Security, Enterprise, Debuggability, and Testing review gates in ChromeStatus?
On Friday, February 28, 2025 at 7:45:44 AM UTC+9 Andrew Liu wrote:
Fixed the link in chromestatus, thanks.
On Thursday, February 27, 2025 at 5:02:41 PM UTC-5 Mike Taylor wrote:
On 2/27/25 3:46 PM, Chromestatus wrote:
Contact emails l...@chromium.org, ort...@chromium.org, sv...@chromium.org, rtar...@chromium.org
Explainer https://github.com/privacycg/nav-tracking-mitigations/issues/41#issuecomment-2504329542
Specification https://privacycg.github.io/nav-tracking-mitigations/#bounce-tracking-mitigationsCan you point out which section covers the stateless bounce tracking? It's not obvious to me.The stateless modifications are in this pull request: https://github.com/privacycg/nav-tracking-mitigations/pull/95. ChromeStatus mentioned I should prefer the published spec link over unmerged PRs; would you recommend I use the PR link instead in this case?
On 3/11/25 9:52 AM, Andrew Liu wrote:
On Monday, March 10, 2025 at 5:16:00 PM UTC-4 Mike Taylor wrote:
On 3/3/25 10:32 AM, Andrew Liu wrote:
Done, requested reviews.
On Sunday, March 2, 2025 at 9:35:30 PM UTC-5 Domenic Denicola wrote:
Can you request Privacy, WP Security, Enterprise, Debuggability, and Testing review gates in ChromeStatus?
On Friday, February 28, 2025 at 7:45:44 AM UTC+9 Andrew Liu wrote:
Fixed the link in chromestatus, thanks.
On Thursday, February 27, 2025 at 5:02:41 PM UTC-5 Mike Taylor wrote:
On 2/27/25 3:46 PM, Chromestatus wrote:
Contact emails l...@chromium.org, ort...@chromium.org, sv...@chromium.org, rtar...@chromium.org
Explainer https://github.com/privacycg/nav-tracking-mitigations/issues/41#issuecomment-2504329542
Specification https://privacycg.github.io/nav-tracking-mitigations/#bounce-tracking-mitigationsCan you point out which section covers the stateless bounce tracking? It's not obvious to me.The stateless modifications are in this pull request: https://github.com/privacycg/nav-tracking-mitigations/pull/95. ChromeStatus mentioned I should prefer the published spec link over unmerged PRs; would you recommend I use the PR link instead in this case?
Thank you. My personal opinion is that an unmerged PR is more useful in the chromestatus entry than a link to a spec that is missing the relevant proposed changes. But, even better is merging the PR and linking to the spec. So, what is preventing us from doing that in this case?
I don't have permissions in the repo to merge the PR. I formally became a spec editor a week ago, but GH permission changes have to go through the PrivacyCG chairs.
LGTM1 on the condition that this is launched with a fractional rollout and good histograms to provide a way to detect breakage as we go and kill-switch it if we detect some.
Have y'all discussed with enterprise customers?
Thanks for getting the spec PR merged - LGTM2
--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
To view this discussion visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/305a71c7-702e-4253-bac7-1142656625f4%40chromium.org.