Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

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