You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -127,3 +127,13 @@ Only links that don't already exist in the database will be added.
127
127
You can also resolve links locally using a snapshot file:
128
128
129
129
golink -resolve-from-backup links.json go/link
130
+
131
+
## Firefox configuration
132
+
133
+
If you're using Firefox, you might want to configure two options to make it easy to load links:
134
+
135
+
* to prevent `go/` page loads from the address bar being treated as searches,
136
+
navigate to `about:config` and add a boolean setting `browser.fixup.domainwhitelist.go`
137
+
with a value of _true_
138
+
139
+
* 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)
0 commit comments