Skip to content
Snippets Groups Projects
Commit 6d88311e authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame :jack_o_lantern: Committed by morgan
Browse files

fixup! Firefox preference overrides.

Bug 42792: Explicitly turn off Pocket suggestions in the URL bar
parent c83f41d4
No related branches found
1 merge request!1088Bug 42792: Explicitly turn off Pocket suggestions in the URL bar
Pipeline #193798 failed
......@@ -158,6 +158,8 @@ pref("browser.urlbar.suggest.addons", false);
pref("browser.urlbar.addons.featureGate", false);
pref("browser.urlbar.suggest.weather", false);
pref("browser.urlbar.weather.featureGate", false);
// tor-browser#42792: Explicitly turn off Pocket suggestions in the URL bar.
pref("browser.urlbar.pocket.featureGate", false);
// tor-browser#41691: Hide "Firefox Suggets" in the UI
pref("browser.urlbar.groupLabels.enabled", false);
pref("browser.safebrowsing.malware.enabled", false);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment