-
Notifications
You must be signed in to change notification settings - Fork 83
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
Token Redemption: Limiting number of issuers configurable on a page #4
Comments
I've put together a list of some of the concerns that we had about limiting number of issuers per page. Maybe this will be helpful here. It the examples below I'm trying to highlight how having a limited list of issuers per site (N) rewards tracking and monopolies. For simplicity I assumed that N=1 in those examples, in reality that number will be higher, but big-issuer.com can still dominate that list if it provides multiple popular services (big-issuer-search.com, big-issuer-video.com, big-issuer-email.com, big-issuer-social.com …).
|
I actually had some ideas for how to check unlimited issuers, without compromising privacy, over at #23. So publisher.com could include big-issuer.com and lots of small-issuer.com's. Summary: site provides a list of issuers and the user agent only reveals to the site how many of them it has trust tokens for but not which ones; or site provides a pure function from issuers to boolean indicating trustworthy or not, and user agent passes all available issuers to the pure function but only reveals to the site the boolean result of the pure function call (examples of enforceable pure functions: weighted sum and threshold, WebAssembly modules, Frozen Realms aka SES) |
One idea for expanding the number of redemptions per page: could we allow for additional trust token redemptions so long as each redemption is isolated within a fenced frame (see https://github.com/WICG/fenced-frame)? I'd imagine we might have to apply the same limit of redemptions within a fenced frame as the one that applies to top-level pages, but this approach could greatly open up the total number of redemptions allowed while limiting the ability to use as a fingerprint surface. Given many of the ads use cases, where advertisers and brands might have a different IVT vendor, I'd think this would greatly expand the utility of trust tokens and would reduce some of the competitive tensions between different issuers. I'm sure there are a number of other factors I'm missing, I'd love to hear thoughts on this potential approach. What do you think? |
At TPAC there was some concern about limiting publishers to a certain number of issuers (notes). This was a trade-off that we made between utility and privacy, because the more issuers there are on a page, the more bits of user-identity it is possible to leak in the worst case.
@tomlowenthal mentioned there might be an approach that can put a ceiling on the cross-site entropy by having some degree of negotiation between browsers and sites, and to allow browsers to pick which issuers to use (and do things intentionally inconsistently). Tom can you elaborate on what you were thinking here?
The text was updated successfully, but these errors were encountered: