this post was submitted on 06 Jun 2024
26 points (96.4% liked)

Firefox

20333 readers
136 users here now

/c/firefox

A place to discuss the news and latest developments on the open-source browser Firefox.


Rules

1. Adhere to the instance rules

2. Be kind to one another

3. Communicate in a civil manner


Reporting

If you would like to bring an issue to the moderators attention, please use the "Create Report" feature on the offending comment or post and it will be reviewed as time allows.


founded 5 years ago
MODERATORS
 

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

https://site.work/customers/12345

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 are viewing a single comment's thread
view the rest of the comments
[โ€“] BillibusMaximus@sh.itjust.works 20 points 1 year ago (1 children)

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.

[โ€“] thefool@sh.itjust.works 13 points 1 year ago

This worked! thank you