Skip to content

Commit

Permalink
[e] (0) Loosen this requirement a bit to be more realistic.
Browse files Browse the repository at this point in the history
Affected topics: DOM APIs, Security

git-svn-id: http://svn.whatwg.org/webapps@6985 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 9, 2012
1 parent 8b878f5 commit 253c887
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions complete.html
Expand Up @@ -70509,8 +70509,9 @@ <h5 id=security-and-privacy><span class=secno>7.5.1.3 </span>Security and privac
certain subdomains, content types, or schemes.</p>

<p><strong>Leaking secure URLs.</strong> User agents should not send
HTTPS URLs to third-party sites registered as content handlers, in
the same way that user agents do not send <code title=http-referer>Referer</code> (sic) HTTP headers from secure
HTTPS URLs to third-party sites registered as content handlers
without the user's informed consent, for the same reason that user
agents sometimes avoid sending <code title=http-referer>Referer</code> (sic) HTTP headers from secure
sites to third-party sites.</p>

<p><strong>Leaking credentials.</strong> User agents must never send
Expand Down
5 changes: 3 additions & 2 deletions index
Expand Up @@ -70509,8 +70509,9 @@ interface <dfn id=navigatorcontentutils>NavigatorContentUtils</dfn> {
certain subdomains, content types, or schemes.</p>

<p><strong>Leaking secure URLs.</strong> User agents should not send
HTTPS URLs to third-party sites registered as content handlers, in
the same way that user agents do not send <code title=http-referer>Referer</code> (sic) HTTP headers from secure
HTTPS URLs to third-party sites registered as content handlers
without the user's informed consent, for the same reason that user
agents sometimes avoid sending <code title=http-referer>Referer</code> (sic) HTTP headers from secure
sites to third-party sites.</p>

<p><strong>Leaking credentials.</strong> User agents must never send
Expand Down
5 changes: 3 additions & 2 deletions source
Expand Up @@ -82401,8 +82401,9 @@ interface <dfn>NavigatorContentUtils</dfn> {
certain subdomains, content types, or schemes.</p>

<p><strong>Leaking secure URLs.</strong> User agents should not send
HTTPS URLs to third-party sites registered as content handlers, in
the same way that user agents do not send <code
HTTPS URLs to third-party sites registered as content handlers
without the user's informed consent, for the same reason that user
agents sometimes avoid sending <code
title="http-referer">Referer</code> (sic) HTTP headers from secure
sites to third-party sites.</p>

Expand Down

0 comments on commit 253c887

Please sign in to comment.