Skip to content

Commit

Permalink
[giow] (0) ws: Explicitly include httpOnly cookies.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@4640 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 1, 2010
1 parent a7d8f76 commit 1731bba
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 5 additions & 1 deletion complete.html
Expand Up @@ -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 &mdash; 31 January 2010</h2>
<h2 class="no-num no-toc">Draft Standard &mdash; 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>-->
Expand Down Expand Up @@ -67462,6 +67462,10 @@ <h6 id=handshake><span class=secno>10.3.4.3.1 </span>Handshake</h6>

</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
Expand Down
4 changes: 4 additions & 0 deletions source
Expand Up @@ -77034,6 +77034,10 @@ Proxy-authorization: Basic ZWRuYW1vZGU6bm9jYXBlcyE=</pre>
<!--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
Expand Down

0 comments on commit 1731bba

Please sign in to comment.