- From: CVS User rfieldin <cvsmail@w3.org>
- Date: Sat, 13 Apr 2013 05:51:29 +0000
- To: public-tracking-commit@w3.org
Update of /w3ccvs/WWW/2011/tracking-protection/drafts
In directory gil:/tmp/cvs-serv31453
Modified Files:
tracking-dnt.html
Log Message:
tracking-ACTION-386 and tracking-ISSUE-161: Add a TSV of "D" for informing a
user agent that the origin server is disregarding their DNT signal.
--- /w3ccvs/WWW/2011/tracking-protection/drafts/tracking-dnt.html 2013/04/11 12:41:49 1.189
+++ /w3ccvs/WWW/2011/tracking-protection/drafts/tracking-dnt.html 2013/04/13 05:51:29 1.190
@@ -594,6 +594,21 @@
this specification, and that prior consent overrides the
tracking preference expressed by this protocol.</td>
</tr>
+ <tr><td><dfn>D</dfn></td>
+ <td><strong>Disregarding</strong>: The origin server is unable
+ or unwilling to respect a tracking preference received from
+ the requesting user agent.
+ For example, an origin server might disregard the DNT field
+ received from specific user agents (or via specific network
+ intermediaries) that are deemed to be non-conforming, might be
+ collecting additional data from specific source network
+ locations due to prior security incidents, or might be
+ compelled to disregard certain DNT requests to comply with a
+ local law, regulation, or order. An origin server that sends
+ this tracking status value MUST detail within the server's
+ corresponding privacy policy the conditions under which a
+ tracking preference might be disregarded.
+ </tr>
<tr><td><dfn>U</dfn></td>
<td><strong>Updated</strong>: The request resulted in a
potential change to the tracking status applicable to this
@@ -649,6 +664,7 @@
/ "1" ; "1" — first-party
/ "3" ; "3" — third-party
/ %x43 ; "C" - consent
+ / %x44 ; "D" - disregarding
/ %x4E ; "N" - none
/ %x55 ; "U" - updated
/ %x58 ; "X" - dynamic
@@ -665,8 +681,8 @@
and the same service provider acting on one of its own sites.
</p>
<p class="issue" data-number="161" title="Do we need a tracking status value for partial compliance or rejecting DNT?">
- <b>[PENDING REVIEW]</b> See option above for addition of
- <code><a>!</a></code> to the TSV.
+ <b>[PENDING REVIEW]</b> See options above for the
+ <code><a>!</a></code> and <code><a>D</a></code> tracking status values.
</p>
</section>
Received on Saturday, 13 April 2013 05:51:30 UTC