We have a few sites on our intranet at work that I constantly end up searching on Google instead of visiting the site.
If I type in the address bar
it will navigate just fine, but if I just type
site.work/customers/12345
it executes a Google search
Is there any way for me to add a whitelist for a given hostname? I don’t want to turn keyword.enabled off… I only want to turn it off for one site.
You must log in or register to comment.
I haven’t tried this so I can’t vouch for it, but it looks like you can add custom domains to a whitelist per https://support.mozilla.org/en-US/questions/1292986
So in your case, something like
browser.fixup.domainsuffixwhitelist.work = true
may work.
This worked! thank you
If you add another / at the end of the URL does that solve it?
This is the worst with local host too