commit a7af29a96e6a3f0b508f9b7c3d1f7a20b8913831 Author: David Fifield david@bamsoftware.com Date: Sat Feb 21 00:21:22 2015 -0800
Document request body in Firefox helper. --- firefox/components/main.js | 1 + 1 file changed, 1 insertion(+)
diff --git a/firefox/components/main.js b/firefox/components/main.js index 36f733c..fbc287f 100644 --- a/firefox/components/main.js +++ b/firefox/components/main.js @@ -18,6 +18,7 @@ // "host": "proxy.example.com", // "port": 8080 // } +// "body": "...base64..." // } // The extension makes the request as commanded. It returns the response to the // client as a JSON blob, preceded by a 4-byte length as before. If successful,
tor-commits@lists.torproject.org