[html5] r8017 - [e] (0) Point out that UA-specific limitations are a fingerprinting vector too. [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Jul 2 16:13:25 PDT 2013


Author: ianh
Date: 2013-07-02 16:13:24 -0700 (Tue, 02 Jul 2013)
New Revision: 8017

Modified:
   complete.html
   index
   source
Log:
[e] (0) Point out that UA-specific limitations are a fingerprinting vector too.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=22454
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2013-07-02 23:10:14 UTC (rev 8016)
+++ complete.html	2013-07-02 23:13:24 UTC (rev 8017)
@@ -3366,7 +3366,9 @@
 
   </dl><p id=hardwareLimitations>User agents may impose implementation-specific limits on otherwise
   unconstrained inputs, e.g. to prevent denial of service attacks, to guard against running out of
-  memory, or to work around platform-specific limitations.</p>
+  memory, or to work around platform-specific limitations.
+  <a class=fingerprint href=#fingerprinting-vector title="fingerprinting vector"><img alt="(This is a fingerprinting vector.)" height=64 src=http://images.whatwg.org/fingerprint.png width=46></a>
+  </p>
 
   <p>For compatibility with existing content and prior specifications, this specification describes
   two authoring formats: one based on XML (referred to as <a href=#the-xhtml-syntax>the XHTML syntax</a>), and one

Modified: index
===================================================================
--- index	2013-07-02 23:10:14 UTC (rev 8016)
+++ index	2013-07-02 23:13:24 UTC (rev 8017)
@@ -3366,7 +3366,9 @@
 
   </dl><p id=hardwareLimitations>User agents may impose implementation-specific limits on otherwise
   unconstrained inputs, e.g. to prevent denial of service attacks, to guard against running out of
-  memory, or to work around platform-specific limitations.</p>
+  memory, or to work around platform-specific limitations.
+  <a class=fingerprint href=#fingerprinting-vector title="fingerprinting vector"><img alt="(This is a fingerprinting vector.)" height=64 src=http://images.whatwg.org/fingerprint.png width=46></a>
+  </p>
 
   <p>For compatibility with existing content and prior specifications, this specification describes
   two authoring formats: one based on XML (referred to as <a href=#the-xhtml-syntax>the XHTML syntax</a>), and one

Modified: source
===================================================================
--- source	2013-07-02 23:10:14 UTC (rev 8016)
+++ source	2013-07-02 23:13:24 UTC (rev 8017)
@@ -2141,7 +2141,9 @@
 
   <p id="hardwareLimitations">User agents may impose implementation-specific limits on otherwise
   unconstrained inputs, e.g. to prevent denial of service attacks, to guard against running out of
-  memory, or to work around platform-specific limitations.</p>
+  memory, or to work around platform-specific limitations.
+  <!--INSERT FINGERPRINT-->
+  </p>
 
   <p>For compatibility with existing content and prior specifications, this specification describes
   two authoring formats: one based on XML (referred to as <span>the XHTML syntax</span>), and one




More information about the Commit-Watchers mailing list