[meek/webextension] HKEY_CURRENT_MACHINE → HKEY_CURRENT_USER in documentation.

commit 92071d9ea85e6ec72e64bc16b38f15810a825d68 Author: David Fifield <david@bamsoftware.com> Date: Sat Mar 30 01:16:05 2019 -0600 HKEY_CURRENT_MACHINE → HKEY_CURRENT_USER in documentation. --- webextension/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webextension/README b/webextension/README index ceeb74a..2b40172 100644 --- a/webextension/README +++ b/webextension/README @@ -30,7 +30,7 @@ These instructions require Firefox 65. cp native/meek.http.helper.json ~/.mozilla/native-messaging-hosts/ # Windows Open regedit.exe and create a new registry key: - HKEY_LOCAL_MACHINE\SOFTWARE\Mozilla\NativeMessagingHosts\meek.http.helper + HKEY_CURRENT_USER\SOFTWARE\Mozilla\NativeMessagingHosts\meek.http.helper Set the default value to the path to meek.http.helper.json: C:\path\to\meek\webextension\native\meek.http.helper.json The meek.http.helper.json file is called the "host manifest" or "app
participants (1)
-
dcf@torproject.org