-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Firefox extension doesn't work without trailing slash #6
Comments
@icco thank you for creating this issue! Sorry you're running into this problem. Historically it has sufficed to open a go link with the explicit protocol once (e.g., "http://go/something") in order to teach Firefox that "go" is a hostname and not a search, which the extension should do programmatically on install. That approach doesn't seem to be reliably changing Firefox's behavior when I test it now though. Adding the trailing slash appears to also work as a signal to Firefox to treat the string as a URL. We'll investigate further. While far from ideal, it looks like a reliable workaround is to go to |
The same with Safari Version 15.2 (17612.3.6.1.6) |
about:config browser.fixup.dns_first_for_single_words set to true |
Same issue on Vivaldi! |
Another workaround with less side effects, that could also be implemented by the extension:
|
For anyone who is stumbling across this years-old bug, there's another and cleaner browser-side fix:
Now, you won't have to remember the extra |
In the firefox extension, go/jira goes to a search for go jira, go/jira/ goes to the right place.
The text was updated successfully, but these errors were encountered: