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

Unable to turn of search suggestions after upgrade to Firefox 65

  • 4 réponses
  • 6 ont ce problème
  • 16 vues
  • Dernière réponse par henryspr1

more options

I was on a previous version of Firefox 64. I had about:config > browser.urlbar several settings like autocomplete and suggest searches toggled to false. My privacy settings > address bar suggestions are clear, and I never remember history, passwords, etc.

No drop down for the urlbar, no suggestions. Perfect, working good no issue.

Then an upgrade to Firefox 65 this morning and now I have the url bar dropdown. I double checked my settings and they are still like Firefox 65, yet now this is happening again.

I tried to see if there was another setting that was enabled and I can't find one. Can you suggest a fix?

I was on a previous version of Firefox 64. I had about:config > browser.urlbar several settings like autocomplete and suggest searches toggled to false. My privacy settings > address bar suggestions are clear, and I never remember history, passwords, etc. No drop down for the urlbar, no suggestions. Perfect, working good no issue. Then an upgrade to Firefox 65 this morning and now I have the url bar dropdown. I double checked my settings and they are still like Firefox 65, yet now this is happening again. I tried to see if there was another setting that was enabled and I can't find one. Can you suggest a fix?

Solution choisie

you could try creating a userChrome.css file with the following content in order to hide the addressbar dropdown-menu:

#PopupAutoCompleteRichResult {

  display: none!important;

}

https://www.userchrome.org/how-create-userchrome-css.html

Lire cette réponse dans son contexte 👍 1

Toutes les réponses (4)

more options

hi, support for the browser.urlbar.autocomplete.enabled preference got removed in firefox 65 unfortunately. https://bugzilla.mozilla.org/show_bug.cgi?id=1502392

more options

Thanks.

I can see how this would be useful for mobile browsing, but for a desktop I find the feature distracting, I know where I am browsing to and don't need it suggested to me, I can type it faster than dropping down and selecting it.

Will they be removing search suggestions from the Search > Default Search engines also? Seems like the two go hand in hand.

Is there anyway to disable this drop down?

more options

Solution choisie

you could try creating a userChrome.css file with the following content in order to hide the addressbar dropdown-menu:

#PopupAutoCompleteRichResult {

  display: none!important;

}

https://www.userchrome.org/how-create-userchrome-css.html

more options

Thanks! Worked like a charm, I can now deploy that file to my other computers and get rid of that annoying drop down.