
14 Feb
2019
14 Feb
'19
5:03 a.m.
commit 343a5a1073b5088602c0d6202da6276b85ec4d09 Author: David Fifield <david@bamsoftware.com> Date: Wed Feb 13 22:03:22 2019 -0700 Firefox 65, not 55. --- webextension/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webextension/README b/webextension/README index a53d147..1174dc5 100644 --- a/webextension/README +++ b/webextension/README @@ -7,7 +7,7 @@ application runs as a subprocess of the browser; its job is to open a localhost socket and act as an intermediary between the extension and meek-client, because the extension cannot open a socket by itself. -These instructions require Firefox 55. +These instructions require Firefox 65. 1. Compile the native application. cd native && go build