[html5] r4640 - [giow] (0) ws: Explicitly include httpOnly cookies.

whatwg at whatwg.org whatwg at whatwg.org
Mon Feb 1 00:41:36 PST 2010


Author: ianh
Date: 2010-02-01 00:41:35 -0800 (Mon, 01 Feb 2010)
New Revision: 4640

Modified:
   complete.html
   source
Log:
[giow] (0) ws: Explicitly include httpOnly cookies.

Modified: complete.html
===================================================================
--- complete.html	2010-01-31 09:50:45 UTC (rev 4639)
+++ complete.html	2010-02-01 08:41:35 UTC (rev 4640)
@@ -110,7 +110,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
    <hgroup><h1>Web Applications 1.0</h1>
-    <h2 class="no-num no-toc">Draft Standard — 31 January 2010</h2>
+    <h2 class="no-num no-toc">Draft Standard — 1 February 2010</h2>
    </hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -67462,6 +67462,10 @@
 
     </p>
 
+    <p>This includes "<code>HttpOnly</code>" cookies (cookies with the
+    http-only-flag set to true); the Web Socket protocol is not
+    considered a non-HTTP API.</p>
+
     <p>Each header must be on a line of its own (each ending with a
     CRLF sequence). For the purposes of this step, each header must
     not be split into multiple lines (despite HTTP otherwise allowing

Modified: source
===================================================================
--- source	2010-01-31 09:50:45 UTC (rev 4639)
+++ source	2010-02-01 08:41:35 UTC (rev 4640)
@@ -77034,6 +77034,10 @@
 <!--START websocket-protocol-->
     </p>
 
+    <p>This includes "<code>HttpOnly</code>" cookies (cookies with the
+    http-only-flag set to true); the Web Socket protocol is not
+    considered a non-HTTP API.</p>
+
     <p>Each header must be on a line of its own (each ending with a
     CRLF sequence). For the purposes of this step, each header must
     not be split into multiple lines (despite HTTP otherwise allowing




More information about the Commit-Watchers mailing list