Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

Learn More

Firefox redirects my local domain (.loc) to a web search

more options

I have a local development environment setup which uses the .loc TLD to resolve to directories on my machine. In Firefox when I type foobar.loc into the url bar and hit enter, I am sent to my search provider with results for foobar.loc instead of to the domain foobar.loc.

How can I tell Ffx to not perform search in these cases?

I have a local development environment setup which uses the .loc TLD to resolve to directories on my machine. In Firefox when I type '''foobar.loc''' into the url bar and hit enter, I am sent to my search provider with results for '''foobar.loc''' instead of to the domain '''foobar.loc'''. How can I tell Ffx to not perform search in these cases?

Vybrané riešenie

I found my answer here: https://support.mozilla.org/en-US/questions/1292986

In short, I need to add an entry to about:config:

    browser.fixup.domainsuffixwhitelist.loc = true
Čítať túto odpoveď v kontexte 👍 0

Všetky odpovede (1)

more options

Vybrané riešenie

I found my answer here: https://support.mozilla.org/en-US/questions/1292986

In short, I need to add an entry to about:config:

    browser.fixup.domainsuffixwhitelist.loc = true