Skip to content

Block Chrome's new "privacy" sandbox #3126

Closed

Description

Mozilla and Apple have come out against it:

From what I can tell, this new thing just tracks you around the web, and then builds up a model of what you like so that advertisers can learn about you. Super, freaking creepy, and makes me really glad I don't use Chrome.

The good news is, I think we can block it by setting a header on every page, so we should do so:

https://developer.chrome.com/docs/privacy-sandbox/topics/#site-opt-out

That says we have to set:

Permissions-Policy: browsing-topics=()

Gross and annoying. I'm not sure what tools we have in Django for setting this header. If it requires a middleware, I guess we could provide that to the community as a library folks can install.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions