Skip to content

Commit

Permalink
[e] (0) Mention the fingerprinting issue on window.navigator
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10375

git-svn-id: http://svn.whatwg.org/webapps@5481 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 25, 2010
1 parent 76d5504 commit f09b91c
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
8 changes: 7 additions & 1 deletion complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -66041,7 +66041,13 @@ <h4 id=client-identification><span class=secno>7.4.1 </span>Client identificatio

<!-- vendorSub: Mozilla and Safari only; always returns "" -->

</dl></div>
</dl><p class=warning>Any information in this API that varies from user
to user can be used to profile the user. In fact, if enough such
information is available, a user can actually be uniquely
identified. For this reason, user agent implementors are strongly
urged to include as little information in this API as possible.</p>

</div>


<h4 id=custom-handlers><span class=secno>7.4.2 </span>Custom scheme and content handlers</h4>
Expand Down
8 changes: 7 additions & 1 deletion index
Original file line number Diff line number Diff line change
Expand Up @@ -66041,7 +66041,13 @@ interface <dfn id=navigatorabilities>NavigatorAbilities</dfn> {

<!-- vendorSub: Mozilla and Safari only; always returns "" -->

</dl></div>
</dl><p class=warning>Any information in this API that varies from user
to user can be used to profile the user. In fact, if enough such
information is available, a user can actually be uniquely
identified. For this reason, user agent implementors are strongly
urged to include as little information in this API as possible.</p>

</div>


<h4 id=custom-handlers><span class=secno>7.4.2 </span>Custom scheme and content handlers</h4>
Expand Down
6 changes: 6 additions & 0 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -74848,6 +74848,12 @@ interface <dfn>NavigatorAbilities</dfn> {

</dl>

<p class="warning">Any information in this API that varies from user
to user can be used to profile the user. In fact, if enough such
information is available, a user can actually be uniquely
identified. For this reason, user agent implementors are strongly
urged to include as little information in this API as possible.</p>

</div>


Expand Down

0 comments on commit f09b91c

Please sign in to comment.