-
Notifications
You must be signed in to change notification settings - Fork 22.5k
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
Mark all features from DNT spec deprecated #4960
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The https://www.w3.org/TR/tracking-dnt/ spec never made it to W3C Recommendation; instead it was retired as a W3C Working Group Note: https://www.w3.org/TR/2019/NOTE-tracking-dnt-20190117/ In the W3C spec database its formal status is Retired: https://www.w3.org/TR/?tag=privacy&status=ret And the Status section of https://www.w3.org/TR/tracking-dnt/ itself says: > Since its last publication as a Candidate Recommendation, there has > not been sufficient deployment of these extensions (as defined) to > justify further advancement, nor have there been indications of planned > support among user agents, third parties, and the ecosystem at large. All of that is sufficient to merit the features being marked as deprecated in BCD. So this change adds a Deprecated banner to the following articles: * https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/DNT * https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Tk * https://developer.mozilla.org/en-US/docs/Web/API/Navigator/doNotTrack Related BCD change: mdn/browser-compat-data#10469
sideshowbarker
requested review from
mirunacurtean and
Rumyra
and removed request for
a team
May 13, 2021 01:56
sideshowbarker
added a commit
to w3c/browser-compat-data
that referenced
this pull request
May 13, 2021
The https://www.w3.org/TR/tracking-dnt/ spec never made it to W3C Recommendation; instead it was retired as a W3C Working Group Note: https://www.w3.org/TR/2019/NOTE-tracking-dnt-20190117/ In the W3C spec database its formal status is Retired: https://www.w3.org/TR/?tag=privacy&status=ret And the Status section of https://www.w3.org/TR/tracking-dnt/ itself says: > Since its last publication as a Candidate Recommendation, there has > not been sufficient deployment of these extensions (as defined) to > justify further advancement, nor have there been indications of planned > support among user agents, third parties, and the ecosystem at large. All of that is sufficient to merit the features being marked as deprecated in BCD. The affected features are: * the DNT HTTP request header * the Tk HTTP response header * the navigator.doNotTrack property Related MDN change: mdn/content#4960
sideshowbarker
added a commit
to w3c/browser-specs
that referenced
this pull request
May 13, 2021
https://www.w3.org/TR/tracking-dnt/ never made it to Recommendation; instead it was retired as a Working Group Note: https://www.w3.org/TR/2019/NOTE-tracking-dnt-20190117/ Its formal status is Retired: https://www.w3.org/TR/?tag=privacy&status=ret And its Status section says: > Since its last publication as a Candidate Recommendation, there has > not been sufficient deployment of these extensions (as defined) to > justify further advancement, nor have there been indications of planned > support among user agents, third parties, and the ecosystem at large. Related BCD change: mdn/browser-compat-data#10469 Related MDN change: mdn/content#4960
sideshowbarker
added a commit
to w3c/browser-compat-data
that referenced
this pull request
May 15, 2021
The https://www.w3.org/TR/tracking-dnt/ spec never made it to W3C Recommendation; instead it was retired as a W3C Working Group Note: https://www.w3.org/TR/2019/NOTE-tracking-dnt-20190117/ In the W3C spec database its formal status is Retired: https://www.w3.org/TR/?tag=privacy&status=ret And the Status section of https://www.w3.org/TR/tracking-dnt/ itself says: > Since its last publication as a Candidate Recommendation, there has > not been sufficient deployment of these extensions (as defined) to > justify further advancement, nor have there been indications of planned > support among user agents, third parties, and the ecosystem at large. All of that is sufficient to merit the features being marked as deprecated in BCD. The affected features are: * the DNT HTTP request header * the Tk HTTP response header * the navigator.doNotTrack property Related MDN change: mdn/content#4960
sideshowbarker
added a commit
to mdn/browser-compat-data
that referenced
this pull request
May 15, 2021
The https://www.w3.org/TR/tracking-dnt/ spec never made it to W3C Recommendation; instead it was retired as a W3C Working Group Note: https://www.w3.org/TR/2019/NOTE-tracking-dnt-20190117/ In the W3C spec database its formal status is Retired: https://www.w3.org/TR/?tag=privacy&status=ret And the Status section of https://www.w3.org/TR/tracking-dnt/ itself says: > Since its last publication as a Candidate Recommendation, there has > not been sufficient deployment of these extensions (as defined) to > justify further advancement, nor have there been indications of planned > support among user agents, third parties, and the ecosystem at large. All of that is sufficient to merit the features being marked as deprecated in BCD. The affected features are: * the DNT HTTP request header * the Tk HTTP response header * the navigator.doNotTrack property Related MDN change: mdn/content#4960
wbamberg
approved these changes
May 15, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 , looks good to me, thanks @sideshowbarker !
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The https://www.w3.org/TR/tracking-dnt/ spec never made it to W3C Recommendation; instead it was retired as a Working Group Note:
https://www.w3.org/TR/2019/NOTE-tracking-dnt-20190117/
In the W3C spec database its formal status is Retired:
https://www.w3.org/TR/?tag=privacy&status=ret
And the Status section of https://www.w3.org/TR/tracking-dnt/ itself says:
All of that is sufficient to merit the features being marked as deprecated in BCD.
So this change adds a Deprecated banner to the following articles:
Related BCD change: mdn/browser-compat-data#10469