-
Notifications
You must be signed in to change notification settings - Fork 22.9k
Editorial review: Add doc covering bounce tracking mitigations #41740
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
Editorial review: Add doc covering bounce tracking mitigations #41740
Conversation
|
Preview URLs
External URLs (2)URL:
(comment last updated: 2025-11-12 16:37:21) |
|
@chrisdavidmills I'm removing myself from review as otherwise I'm likely to run out of time for my other commitments this release cycle. |
pepelsbey
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! TIL about bounce tracking :) A few suggestions:
I wonder if we could use Mermaid like @bsmth did in the Compression in HTTP guide and as we recommend in the writing guidelines. It’s easy to draw vector images that look nice.
Also, in the first part of the guide it’s site.example, and in the second part it’s example.site. I would make it consistent. There are 9 example.site in content and 0 site.example, so I guess the first one is preferable.
files/en-us/web/privacy/guides/bounce_tracking_mitigations/index.md
Outdated
Show resolved
Hide resolved
files/en-us/web/privacy/guides/bounce_tracking_mitigations/index.md
Outdated
Show resolved
Hide resolved
…ex.md Co-authored-by: Vadim Makeev <[email protected]>
…ex.md Co-authored-by: Vadim Makeev <[email protected]>
Good call; I've just updated them for consistency. |
|
And I managed to figure out Mermaid JS. finally ;-) |
files/en-us/web/privacy/guides/bounce_tracking_mitigations/bounce-back.svg
Show resolved
Hide resolved
|
All looking good to me apart from the diagrams, ready to merge once that's fixed. |
bsmth
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, Chris - sorry about the diagram woes, but glad we made it with SVG in the end 🏆
Description
Bounce tracking mitigations is a privacy-protecting feature available from Chromium 116 onwards, which also has support in Firefox and Safari in similar forms. It is specified here.
This PR adds a page explaining how it works. This is one of the privacy sandbox features that is fully released and being kept, which I hadn't gotten around to documenting.
Note that is is a browser feature, and not a web platform feature. As a result, it doesn't really have a sensible way to record it in BCD.
Motivation
Additional details
Related issues and pull requests