Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

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 Antworten
  • 2 haben dieses Problem
  • 6 Aufrufe
  • Letzte Antwort von 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.

Ausgewählte Lösung

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
Diese Antwort im Kontext lesen 👍 2

Alle Antworten (2)

more options

Ausgewählte Lösung

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.