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

Mark all features from DNT spec deprecated #4960

Merged
merged 1 commit into from
May 15, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion files/en-us/web/api/navigator/donottrack/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
- Property
- Reference
---
<div>{{ApiRef("HTML DOM")}}</div>
<div>{{ApiRef("HTML DOM")}}{{Deprecated_header}}</div>

<p>The <code><strong>Navigator.doNotTrack</strong></code> property returns the user's Do Not Track setting, which indicates whether the user is requesting web sites and advertisers to not track them.</p>

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/http/headers/dnt/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
- Reference
- header
---
<div>{{HTTPSidebar}}</div>
<div>{{HTTPSidebar}}{{Deprecated_header}}</div>

<p>The <strong><code>DNT</code></strong> (<strong>D</strong>o <strong>N</strong>ot
<strong>T</strong>rack) request header indicates the user's tracking preference. It lets
Expand Down
9 changes: 0 additions & 9 deletions files/en-us/web/http/headers/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -200,15 +200,6 @@ <h2 id="CORS">CORS</h2>
<dd>Specifies origins that are allowed to see values of attributes retrieved via features of the <a href="/en-US/docs/Web/API/Resource_Timing_API">Resource Timing API</a>, which would otherwise be reported as zero due to cross-origin restrictions.</dd>
</dl>

<h2 id="Do_Not_Track">Do Not Track</h2>

<dl>
<dt>{{HTTPHeader("DNT")}}</dt>
<dd>Expresses the user's tracking preference.</dd>
<dt>{{HTTPHeader("Tk")}}</dt>
<dd>Indicates the tracking status of the corresponding response.</dd>
</dl>

<h2 id="Downloads">Downloads</h2>

<dl>
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/http/headers/tk/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
- header
- tracking
---
<div>{{HTTPSidebar}}</div>
<div>{{HTTPSidebar}}{{Deprecated_header}}</div>

<p>The <strong><code>Tk</code></strong> response header indicates the tracking status that
applied to the corresponding request.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -248,11 +248,6 @@
<em>Defines extensions of HTTP for Server-Sent Events</em></td>
<td>{{Spec2("HTML WHATWG")}}</td>
</tr>
<tr>
<td><a href="https://www.w3.org/2011/tracking-protection/drafts/tracking-dnt.html">Tracking Preference Expression</a></td>
<td>DNT header</td>
<td>Editor's draft / Candidate recommendation</td>
</tr>
<tr>
<td><a href="https://wicg.github.io/reporting/">Reporting API</a></td>
<td><code>Report-To</code> header</td>
Expand Down