Bug 1628926 Comment 3 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

I cannot reproduce your problem, there seems to be some problem with the list of engines in your profile.
Could you please enable Chrome debugging from Firefox DevTools options, then open the Browser Console (ctrl+shift+j) and evaluate this:
```(await Services.search.getVisibleEngines()).map(e => e.name)```
post here the returned value.
Also please post the value of the browser.search.hiddenOneOffs preference.
I cannot reproduce your problem, there seems to be some problem with the list of engines in your profile.
Could you please enable Chrome debugging from Firefox DevTools options, then open the Browser Console (ctrl+shift+j) and evaluate this:
```(await Services.search.getVisibleEngines()).map(e => e.name)```
post here the returned value.
Also please post the value of the browser.search.hiddenOneOffs preference from about:config.

Back to Bug 1628926 Comment 3