Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.
This repository was archived by the owner on Nov 12, 2025. It is now read-only.

Comparison to first-party cookies #5

@bakkot

Description

@bakkot

Sorry I wasn't able to attend the talk this morning. This seems like a useful API, but I want to check my understanding here: the readme talks about how historically sites could use third-party cookies to establish visitor age, which is becoming less viable. Great. But the examples presented (of the form "has this user made a purchase on this site before") could be done just as well with a first party cookie, which don't have the same issues as third-party cookies, and the readme doesn't talk about first-party cookies at all.

So what's the improvement in this API vs setting a server-signed first-party cookie holding a timestamp?

Is the idea that multiple different sites would embed a third-party iframe from a single provider and the iframes would all have unpartitioned access to these tokens, so that age from one site could be anonymously carried to another? Or can multiple sites share the same pool of tokens in some other way?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions