- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 14 Feb 2010 09:48:08 +0000
- To: public-html-commits@w3.org
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