html5/spec Overview.html,1.3774,1.3775

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv24385

Modified Files:
	Overview.html 
Log Message:
Require Referer: to be omitted for data: URLs and sandboxed iframes. (whatwg r4727)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3774
retrieving revision 1.3775
diff -u -d -r1.3774 -r1.3775
--- Overview.html	14 Feb 2010 09:44:39 -0000	1.3774
+++ Overview.html	14 Feb 2010 09:48:04 -0000	1.3775
@@ -4520,6 +4520,11 @@
     Request-URIs are obtained</i>.</p> <!-- RFC2616 says "The URI MUST
     NOT include a fragment." (section 14.36) -->
 
+    <p>If the <a href="#origin">origin</a> of the appropriate
+    <code>Document</code> is not a scheme/host/port tuple, then the
+    <code title="http-referer">Referer</code> (sic) header must be
+    omitted, regardless of its value.</p>
+
    </li>
 
    <li><p>Perform the remaining steps asynchronously.</li>

Received on Sunday, 14 February 2010 09:48:09 UTC