- From: Roy Fielding via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 21 May 2012 23:33:07 +0000
- To: public-tracking-commit@w3.org
Update of /w3ccvs/WWW/2011/tracking-protection/drafts
In directory hutz:/tmp/cvs-serv6068
Modified Files:
tracking-dnt.html
Log Message:
ACTION-198: Resurrect the partners array so that a site can indicate which
third-party domains will need a user-granted exception.
Index: tracking-dnt.html
===================================================================
RCS file: /w3ccvs/WWW/2011/tracking-protection/drafts/tracking-dnt.html,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -d -r1.116 -r1.117
--- tracking-dnt.html 21 May 2012 10:11:45 -0000 1.116
+++ tracking-dnt.html 21 May 2012 23:33:04 -0000 1.117
@@ -609,6 +609,9 @@
"example_vids.net",
"example_stats.com"
],
+ "partners": [
+ "api.example-third-party.com"
+ ],
"policy": "/tracking.html",
"control": "http://example-third-party.com/your/data"
}
@@ -671,6 +674,12 @@
those references share the same data controller.
</p>
<p>
+ An OPTIONAL member named <code><a>partners</a></code> MAY be
+ provided with an array value containing a list of domain names
+ for third-party services that might be invoked while using this
+ site but do not share the same data controller as this site.
+ </p>
+ <p>
An OPTIONAL member named <code><a>policy</a></code> MAY be
provided with a string value containing a URI-reference to a
human-readable document that describes the tracking policy for
@@ -716,8 +725,8 @@
link to a human-readable policy.
</p>
<p class='issue'><a href="http://www.w3.org/2011/tracking-protection/track/issues/61">ISSUE-61</a>: A site could publish a list of the other domains that are associated with them<br />
- <b>[PENDING REVIEW]</b> The same-party member provides
- a means to list the set of same first-party domains.
+ <b>[PENDING REVIEW]</b> The same-party and partners members provide
+ a means to list first-party and third-party domains, respectively.
</p>
<p class='issue'><a href="http://www.w3.org/2011/tracking-protection/track/issues/124">ISSUE-124</a>: Alternative DNT implementations that replace HTTP headers with something else<br />
<b>[PENDING REVIEW]</b> The tracking status resource minimizes
@@ -997,6 +1006,7 @@
[ vs received ns received-v ]
[ vs response ns response-v ]
[ vs same-party ns same-party-v ]
+ [ vs partners ns partners-v ]
[ vs policy ns policy-v ]
[ vs control ns control-v ]
*( vs extension )
@@ -1029,6 +1039,9 @@
<dfn>same-party</dfn> = %x22 "same-party" %x22
<dfn>same-party-v</dfn> = array-of-strings
+<dfn>partners</dfn> = %x22 "partners" %x22
+<dfn>partners-v</dfn> = array-of-strings
+
<dfn>policy</dfn> = %x22 "policy" %x22
<dfn>policy-v</dfn> = string ; URI-reference
Received on Monday, 21 May 2012 23:33:29 UTC