Why keep data-do-not-track when it's deprecated/dangerous? #3390
JulesFiliot
started this conversation in
General
Replies: 2 comments
-
|
Cc @mikecao |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
It's there for anyone who wants to use it, but agreed it's not very useful. It's only a tiny bit of code in the tracker and all it does it check if the value is set. It does not set any headers. That is still up to the browser. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I was looking at the
data-do-not-trackparameter that was added recently #3295.It seems like a great idea however this property is deprecated and seems to be harmful according to the article bellow:
https://developer.mozilla.org/en-US/docs/Web/API/Navigator/doNotTrack
Is there a good reason we would like to use this feature and allow people to use it?
Thanks in advance for your answers, have a nice day!
Beta Was this translation helpful? Give feedback.
All reactions