Skip to content

Avoid tracking when fetching external manifests? #207

@ts-web

Description

@ts-web

I'm investigating a reported concern in my c2pa browser extension about tracking. What happens is: my extension uses the c2pa library to get the manifest of an image, and if that image has an external manifest, the library makes a fetch request to that URL, which includes cookies. These cookies may include tracking cookies.

I'm still wrapping my mind around how much of an issue this is. The fetch request doesn't pass any headers like Origin or Referer, so the domain can't see which URL the user is viewing. But it does pass the cookies.

For example with Adobe URLs the cookies include values like gpv (get previous value), which shows the last visited content.

I suppose these cookies don't send the domain any new information, besides the event of passing the cookies. But this itself not new information, because the server knows that it's receiving a request.

Ah! There is new information: that the user is viewing a certain manifest. If the cookies identify a specific user, then the external manifest server can track which manifests the user is viewing.

So there is a valid concern about tracking. Does that track with you guys? (sorry, pun intended)

Would it make sense to add an option (or just change the behavior) to not send credentials with the fetch request?

Of course if the manifest url is behind auth, then not passing credentials would make the request fail. But do any external manifest urls require cookies like that? I'd assume not.

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