Skip to content

Commit

Permalink
[] (0) Refine the rules to allow for more privacy.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@2071 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 13, 2008
1 parent d931849 commit ecefa6e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
11 changes: 6 additions & 5 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -33815,10 +33815,10 @@ JSURL: http://ietfreport.isoc.org/all-ids/draft-hoehrmann-javascript-scheme-00.t
title=dom-navigator-platform><code>platform</code></dfn>

<dd>
<p>Must return a string representing the platform on which the browser is
executing, e.g. "<code title="">MacIntel</code>", "<code
title="">Win32</code>", "<code title="">FreeBSD i386</code>", "<code
title="">WebTV OS</code>".
<p>Must return either the empty string or a string representing the
platform on which the browser is executing, e.g. "<code
title="">MacIntel</code>", "<code title="">Win32</code>", "<code
title="">FreeBSD i386</code>", "<code title="">WebTV OS</code>".
</dd>
<!-- product: Mozilla and Safari only; always returns "Gecko" -->
<!-- productSub: Mozilla and Safari only; returns same as buildID in Mozilla, and returns the fixed string "20030107" in Safari -->
Expand All @@ -33830,7 +33830,8 @@ JSURL: http://ietfreport.isoc.org/all-ids/draft-hoehrmann-javascript-scheme-00.t

<dd>
<p>Must return the string used for the value of the "<code
title="">User-Agent</code>" header in HTTP requests.
title="">User-Agent</code>" header in HTTP requests, or the empty string
if no such header is ever sent.
</dd>
<!-- vendor: Mozilla and Safari only; always returns "" in Mozilla, and returns the fixed string "Apple Computer, Inc." in Safari -->
<!-- vendorSub: Mozilla and Safari only; always returns "" -->
Expand Down
4 changes: 2 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -31138,7 +31138,7 @@ JSURL: http://ietfreport.isoc.org/all-ids/draft-hoehrmann-javascript-scheme-00.t
<!-- oscpu: Mozilla only -->

<dt><dfn title="dom-navigator-platform"><code>platform</code></dfn></dt>
<dd><p>Must return a string representing the platform on which the browser is executing, e.g. "<code title="">MacIntel</code>", "<code title="">Win32</code>", "<code title="">FreeBSD i386</code>", "<code title="">WebTV OS</code>".</p></dd>
<dd><p>Must return either the empty string or a string representing the platform on which the browser is executing, e.g. "<code title="">MacIntel</code>", "<code title="">Win32</code>", "<code title="">FreeBSD i386</code>", "<code title="">WebTV OS</code>".</p></dd>

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

Expand All @@ -31149,7 +31149,7 @@ JSURL: http://ietfreport.isoc.org/all-ids/draft-hoehrmann-javascript-scheme-00.t
<!-- taintEnabled(): Opera, IE and Mozilla have this function as one that always returns false -->

<dt><dfn title="dom-navigator-userAgent"><code>userAgent</code></dfn></dt>
<dd><p>Must return the string used for the value of the "<code title="">User-Agent</code>" header in HTTP requests.</p></dd>
<dd><p>Must return the string used for the value of the "<code title="">User-Agent</code>" header in HTTP requests, or the empty string if no such header is ever sent.</p></dd>

<!-- vendor: Mozilla and Safari only; always returns "" in Mozilla, and returns the fixed string "Apple Computer, Inc." in Safari -->

Expand Down

0 comments on commit ecefa6e

Please sign in to comment.