Ce site disposera de fonctionnalités limitées pendant que nous effectuons des opérations de maintenance en vue de vous proposer un meilleur service. Si un article ne règle pas votre problème et que vous souhaitez poser une question, notre communauté d’assistance est prête à vous répondre via @FirefoxSupport sur Twitter, et /r/firefox sur Reddit.

Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

En savoir plus

Typing the web site name in search bar without a suffix no longer works

  • 4 réponses
  • 1 a ce problème
  • 1 vue
  • Dernière réponse par cor-el

more options

Hi, when I type the body of a URL in the search bar without the .com suffix (i.e. "gmail"), Firefox no longer guesses my intent and takes me to the site.

Now weird things happen, either it doesn't go anywhere just spins, or takes me to my default search engine, or takes me to my ISP's search page.

Seems like that feature used to work.

Thanks

Hi, when I type the body of a URL in the search bar without the .com suffix (i.e. "gmail"), Firefox no longer guesses my intent and takes me to the site. Now weird things happen, either it doesn't go anywhere just spins, or takes me to my default search engine, or takes me to my ISP's search page. Seems like that feature used to work. Thanks

Solution choisie

Hi McMike, quite a long time ago Firefox switched to sending a single word like gmail to search first instead of doing a DNS lookup first. There used to be a preference to revert to the old behavior and that was removed recently. If this seems like a change to you, maybe you were using that preference.

Here's one workaround:

If your word should be placed between www. and .com you can type the word and then instead of pressing Enter, press Ctrl+Enter to apply that "fixup."

Lire cette réponse dans son contexte 👍 0

Toutes les réponses (4)

more options

Solution choisie

Hi McMike, quite a long time ago Firefox switched to sending a single word like gmail to search first instead of doing a DNS lookup first. There used to be a preference to revert to the old behavior and that was removed recently. If this seems like a change to you, maybe you were using that preference.

Here's one workaround:

If your word should be placed between www. and .com you can type the word and then instead of pressing Enter, press Ctrl+Enter to apply that "fixup."

more options

Is keyword.enabled still set to true on the about:config page ?

There is also this hidden pref that defaults to false when not defined:

  • browser.fixup.dns_first_for_single_words

  • bug 1636583 - Allow forcing a visit by appending a slash to uri-like search strings

Modifié le par cor-el

more options

cor-el said

Is keyword.enabled still set to true on the about:config page ? There is also this hidden pref that defaults to false when not defined:
  • browser.fixup.dns_first_for_single_words

  • bug 1636583 - Allow forcing a visit by appending a slash to uri-like search strings


Keyword.enabled is set to true. There is no browser.fixup.dns in my config. Thanks

Thanks

more options

If you set keyword.enabled to false then Firefox shouldn't do a search, but will try to resolve via a DNS lookup.

The Boolean browser.fixup.dns_first_for_single_words pref doesn't exist by default, so if you want to force a lookup then you need to create this as a Boolean pref and set the value to true.
In Firefox 79 this pref will be present on the about:config page.

  • bug 1643259 - Unhide browser.fixup.dns_first_for_single_words [79]