How can I disable this suggestion from the URL bar?
This is another ANNOYING firefox suggestion (for dummies) that I want to cease effective immediately. Please tell me what where I can find it in about:config.
This is another ANNOYING firefox suggestion (for dummies) that I want to cease effective immediately. Please tell me what where I can find it in about:config.
All Replies (3)
Here is the corrected screenshot image
Could be about recommendations.
This is about showing urlbarinterventions.
Probably the only way to disable the urlbarinterventions is via a policy.
- https://searchfox.org/mozilla-release/source/browser/components/urlbar/UrlbarProviderInterventions.sys.mjs#491
- https://support.mozilla.org/en-US/kb/customizing-firefox-using-policiesjson
- https://github.com/mozilla/policy-templates#usermessaging
policies.json:
{ "policies": { "UserMessaging": { "UrlbarInterventions": false } } }
Modified