Skip to content
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

Respect GPC? #1176

Open
mal-tee opened this issue Dec 11, 2024 · 2 comments
Open

Respect GPC? #1176

mal-tee opened this issue Dec 11, 2024 · 2 comments

Comments

@mal-tee
Copy link
Member

mal-tee commented Dec 11, 2024

As Firefox is fading out DNT in favor of GPC, we should investigate if we want to implement that on our side.

@mal-tee mal-tee changed the title Respect GPC Respect GPC? Dec 11, 2024
@baltpeter
Copy link
Member

Currently, we detect DNT but don't actually do anything with it (since we're doing no tracking anyway). :D But if you want, you can add navigator.globalPrivacyControl to

static dntEnabled() {
(as far as I can see it's also just a bool, right?).

@mal-tee
Copy link
Member Author

mal-tee commented Dec 13, 2024

Oh, I just remembered that we use read it. :D I assumed we would disable some features if its set, but yeah that would not make sense. :D

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

No branches or pull requests

2 participants