Skip to content

Commit

Permalink
[] (0) Prefer SOCKS proxies over HTTPS proxies. (credit: rc)
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3372 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 8, 2009
1 parent 1e10691 commit c28e288
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion index
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<div class=head>
<p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<h1>HTML 5</h1>
<h2 class="no-num no-toc" id=draft-standard-&mdash;-date:-01-jan-1901>Draft Standard &mdash; 7 July 2009</h2>
<h2 class="no-num no-toc" id=draft-standard-&mdash;-date:-01-jan-1901>Draft Standard &mdash; 8 July 2009</h2>
<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 @@ -72421,6 +72421,7 @@ time:empty { binding: <i title="">time</i>; }</pre>
Rikkert Koppes,
Rimantas Liubertas,
Robert Blaut,
Robert Collins,
Robert O'Callahan,
Robert Sayre,
Robin Berjon,
Expand Down
9 changes: 5 additions & 4 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -70492,10 +70492,10 @@ Proxy-authorization: Basic ZWRuYW1vZGU6bm9jYXBlcyE=</pre>
title="">port</var>.</p>

<p class="note">Implementations that do not expose explicit UI for
selecting a proxy for WebSocket connections separate from HTTP or
HTTPS connections, but that do provide separate configuration
options for HTTP and HTTPS connections, are encouraged to use
their HTTPS proxy for WebSocket connections.</p>
selecting a proxy for WebSocket connections separate from other
proxies are encouraged to use a SOCKS proxy for WebSocket
connections, if available, or failing that, to prefer an HTTPS
proxy over an HTTP proxy.</p>

</li>

Expand Down Expand Up @@ -85420,6 +85420,7 @@ time:empty { binding: <i title="">time</i>; }</pre>
Rikkert Koppes,
Rimantas Liubertas,
Robert Blaut,
Robert Collins,
Robert O'Callahan,
Robert Sayre,
Robin Berjon,
Expand Down

0 comments on commit c28e288

Please sign in to comment.