[tor-bugs] #11393 [Pluggable transport]: Make an HTTP requestor Chrome extension for meek-client

Tor Bug Tracker & Wiki blackhole at torproject.org
Thu Apr 3 07:14:50 UTC 2014


#11393: Make an HTTP requestor Chrome extension for meek-client
-------------------------------------+----------------------
     Reporter:  dcf                  |      Owner:  clan
         Type:  project              |     Status:  assigned
     Priority:  normal               |  Milestone:
    Component:  Pluggable transport  |    Version:
   Resolution:                       |   Keywords:  meek
Actual Points:                       |  Parent ID:
       Points:                       |
-------------------------------------+----------------------
Changes (by dcf):

 * owner:  asn => clan
 * status:  new => assigned


Comment:

 Chang started doing this at https://github.com/changlan/meek/tree/chrome
 (and copied to https://gitweb.torproject.org/pluggable-
 transports/meek.git/shortlog/refs/heads/chrome). It is broken into two
 parts: and app and an extension, because extensions aren't allowed to open
 listening sockets in Chrome. It goes like this:
   meek-client ←(socket)→ app ←(message)→ extension ←(HTTPS)→
 www.google.com
 According to https://developer.chrome.com/extensions/webRequest, it's not
 supposed to be possible to modify the Host header. But apparently it
 works. https://code.google.com/p/chromium/issues/detail?id=158073 is the
 bug report noting the discrepancy.

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/11393#comment:1>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list