Skip to content

Commit

Permalink
[MIX]: User agents MAY screw with requests for mixed content.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikewest committed Jun 4, 2014
1 parent 2a59f53 commit a9b6173
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions specs/mixedcontent/index.src.html
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,14 @@ <h3 id="requirements-fetching">Resource Fetching</h3>
<code>Strict-Transport-Security</code> header field as forcing all
content into the <a>active</a> category. [[RFC6797]]
</li>
<li>
<a>Requests</a> for <a>optionally blockable passive</a> resources which
are <a>mixed content</a>, but which are <strong>not</strong> treated
as <a>active content</a> MAY be modified to reduce the risk to users.
For example, cookies and other authentication tokens could be stripped
from the requests, or the user agent could automatically change the
protocol of the requested URL to <code>HTTPS</code> in certain cases.
</li>
</ol>

The <a section href="#fetch-integration"></a> and
Expand Down

0 comments on commit a9b6173

Please sign in to comment.