Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

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 replies
  • 2 have this problem
  • 10 views
  • Last reply by hbhbhbhb

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.

Chosen solution

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
Read this answer in context 👍 2

All Replies (2)

Chosen Solution

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

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