搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

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?

被采纳的解决方案

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
定位到答案原位置 👍 0

所有回复 (1)

more options

选择的解决方案

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