Търсене в помощните статии

Избягвайте измамите при поддръжката. Никога няма да ви помолим да се обадите или изпратите SMS на телефонен номер или да споделите лична информация. Моля, докладвайте подозрителна активност на "Докладване за злоупотреба".

Learn More

How do I stop Firefox from redirecting me to a random website when I enter an incomplete address in the location bar?

  • 2 отговора
  • 2 имат този проблем
  • 6 изгледи
  • Последен отговор от hbhbhbhb

more options

I'm using Firefox 45.

When I enter 'gm' in to the location bar, it takes me to gm.com. When I enter 'abc' in to the location bar, it takes me to abc.go.com.

This is insane and insecure. How do I disable this?

I've set the following to false, but no luck: browser.urlbar.autocomplete.enabled browser.urlbar.autoFill browser.urlbar.autoFill.typed browser.urlbar.unifiedcomplete keyword.enabled

Thanks for your help.

I'm using Firefox 45. When I enter 'gm' in to the location bar, it takes me to gm.com. When I enter 'abc' in to the location bar, it takes me to abc.go.com. This is insane and insecure. How do I disable this? I've set the following to false, but no luck: browser.urlbar.autocomplete.enabled browser.urlbar.autoFill browser.urlbar.autoFill.typed browser.urlbar.unifiedcomplete keyword.enabled Thanks for your help.

Избрано решение

Resolving gm to gm.com would be expected behavior because of URL fixup.

  • browser.fixup.alternate.enabled

Did you try to clear the history?

Does Firefox show these items in the drop-down list if you have enabled this feature (browser.urlbar.autocomplete.enabled = true)?

Use these steps to remove saved (form) data from a drop-down list:

  1. click the (empty) input field on the web page to open the drop-down list
  2. highlight an entry in the drop-down list with the mouse or cursor Down key
    do not click the mouse or press the Enter key
  3. press the Delete key (on Mac: Shift+Delete) to delete the highlighted entry
Прочетете този отговор в контекста 👍 2

Всички отговори (2)

more options

Избрано решение

Resolving gm to gm.com would be expected behavior because of URL fixup.

  • browser.fixup.alternate.enabled

Did you try to clear the history?

Does Firefox show these items in the drop-down list if you have enabled this feature (browser.urlbar.autocomplete.enabled = true)?

Use these steps to remove saved (form) data from a drop-down list:

  1. click the (empty) input field on the web page to open the drop-down list
  2. highlight an entry in the drop-down list with the mouse or cursor Down key
    do not click the mouse or press the Enter key
  3. press the Delete key (on Mac: Shift+Delete) to delete the highlighted entry
more options

Thank you so much! browser.fixup.alternate.enabled = false did the trick.