-
Notifications
You must be signed in to change notification settings - Fork 75
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
List first-id.fr as a bounce tracker #1359
Comments
@Ktbzaman thank you for the issue! Can you provide an example of a page that uses this bounce tracking service and / or an example of the bounce-tracking URL format they use? |
Sure, this bounce tracker is well known in France and used by many top-tier publishers (hence Brave should definitely identify it and block it). Anyway, here are a list of publishers using first-id.fr : A very easy way to see it's being used is to check for a first-party cookie in the publisher domain named "firstid". A good protection against bounce trackers is to let them do their things but then delete their cookies. This is what Chrome's Privacy Sandbox is doing. As for an example of a complete bounce-tracking URL they use: |
flagging @ryanbr on this. If this looks good to include, lets merge it in |
This one is not straightforward because the full destination URL is not contained within a single parameter:
Instead, the So we'd need to add support for combining these two parameters in the debouncer before we can create a working rule for this. |
at one point I think we had regex support, though i dont remember if it got pulled. If we do have regex support, we could probably stitch things together that way. If not then maybe worth P3'ing adding it in |
Or maybe, just letting the bounce happen and drop all first-party cookies in the first-id.fr domain at a given frequency (like every hour)? |
@Ktbzaman I think what you're describing is the unlinkable bouncing feature. |
Hi,
I suggest adding the domain first-id.fr (and its host gate.first-id.fr) as a bounce tracker in https://github.com/brave/adblock-lists/blob/master/brave-lists/debounce.json
This company offers a service to publishers to exploit First-Party cookies, via a bounce, as Third-Party identifier vectors.
-> https://www.first-id.fr/
It is more and more used in France, with very big publishers. Brave should block it.
Note: in order not to break the navigation, the bounce should be kept, but the cookies droped in the first-id.fr domain should be deleted, otherwise, it might cause infinite 302 loops.
The text was updated successfully, but these errors were encountered: