We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Having enabled Enhanced Tracking Protection in Firefox, I do expect Devdocs not to ask me whether I'm okay with tracking cookies.
Firefox sends the DNT=1 header. According to mdn/content#4960 this header is considered deprecated as of 2021, but I'm not aware of an alternative. 😕
The text was updated successfully, but these errors were encountered:
It looks like Global Privacy Control is the way to go now. DNT seems to have spotty support, at best.
From the first link I found this so it's probably not too tricky to implement.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Having enabled Enhanced Tracking Protection in Firefox, I do expect Devdocs not to ask me whether I'm okay with tracking cookies.
Firefox sends the DNT=1 header. According to mdn/content#4960 this header is considered deprecated as of 2021, but I'm not aware of an alternative. 😕
The text was updated successfully, but these errors were encountered: