[tor-commits] [meek/master] Quick README on Chrome helper.

dcf at torproject.org dcf at torproject.org
Wed Apr 16 04:18:37 UTC 2014


commit 14f8d365ed12823bb6fd890dc71850ce8d93d92c
Author: David Fifield <david at bamsoftware.com>
Date:   Tue Apr 15 21:17:14 2014 -0700

    Quick README on Chrome helper.
---
 chrome/README |   15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/chrome/README b/chrome/README
new file mode 100644
index 0000000..940e555
--- /dev/null
+++ b/chrome/README
@@ -0,0 +1,15 @@
+meek helper extension for Chrome.
+
+To use, you must disable SPDY in Chrome by running it like this:
+	chrome --use-spdy=off
+Start Chrome, then enter the Tools→Extensions screen. Click the "Load
+unpacked extension" button and add the directory "app" in this
+directory. Click the button again and add the directory "extension".
+(You need to add both the app and the extension.)
+
+If the text under meek-browser-app reads "Inspect views: background page
+(Inactive)", click the link in order to make it active. The extension
+will be listening on localhost port 7000. Start tor with a torrc line
+like this:
+
+ClientTransportPlugin meek exec ./meek-client --url=https://meek-reflect.appspot.com/ --front=www.google.com --log meek-client.log --helper 127.0.0.1:7000



More information about the tor-commits mailing list