Limit cookie lifetime for cross-site redirections #10163
Labels
closed/not-actionable
priority/P3
The next thing for us to work on. It'll ride the trains.
privacy/tracking
Preventing sites from tracking users across the web
privacy
In order to limit the usefulness of redirect trackers (also called bounce trackers), we could cap the lifetime of the first-party cookie they set to a very low number (e.g. 1 hour).
This would affect only:
It would not help with meta refreshes or JavaScript redirects (e.g. setting
window.location
) but it would likely defeat a number of cookie syncing techniques.To test:
accounts.google.com
redirects toyoutube.com
to set cookies on both).Related: #539, #817.
The text was updated successfully, but these errors were encountered: