Skip to content

Commit

Permalink
Mark all features from DNT spec deprecated (#10469)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
sideshowbarker authored May 15, 2021
1 parent 7422d6b commit ece749a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions api/Navigator.json
Original file line number Diff line number Diff line change
Expand Up @@ -786,9 +786,9 @@
}
},
"status": {
"experimental": true,
"experimental": false,
"standard_track": true,
"deprecated": false
"deprecated": true
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion http/headers/dnt.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
"deprecated": true
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion http/headers/tk.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
"deprecated": true
}
}
}
Expand Down

0 comments on commit ece749a

Please sign in to comment.