From 80c84d264baf5cd139fa8614b1ea5b9a511e4d5c Mon Sep 17 00:00:00 2001 From: Filippo Valsorda Date: Thu, 12 Jan 2023 02:27:41 -0500 Subject: [PATCH] readme: add Firefox instructions --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 86738d6..99f5078 100644 --- a/README.md +++ b/README.md @@ -127,3 +127,13 @@ Only links that don't already exist in the database will be added. You can also resolve links locally using a snapshot file: golink -resolve-from-backup links.json go/link + +## Firefox configuration + +If you're using Firefox, you might want to configure two options to make it easy to load links: + + * to prevent `go/` page loads from the address bar being treated as searches, + navigate to `about:config` and add a boolean setting `browser.fixup.domainwhitelist.go` + with a value of _true_ + + * if you use HTTPS-Only Mode, [add an exception](https://support.mozilla.org/en-US/kb/https-only-prefs#w_add-exceptions-for-http-websites-when-youre-in-https-only-mode)