... |
... |
@@ -171,7 +171,7 @@ pref("browser.urlbar.suggest.trending", false); |
171
|
171
|
pref("browser.urlbar.trending.featureGate", false);
|
172
|
172
|
// tor-browser#42792: Explicitly turn off Pocket suggestions in the URL bar.
|
173
|
173
|
pref("browser.urlbar.pocket.featureGate", false);
|
174
|
|
-// tor-browser#41691: Hide "Firefox Suggets" in the UI
|
|
174
|
+// tor-browser#41691: Hide "Firefox Suggest" in the UI
|
175
|
175
|
pref("browser.urlbar.groupLabels.enabled", false);
|
176
|
176
|
pref("browser.safebrowsing.malware.enabled", false);
|
177
|
177
|
pref("browser.safebrowsing.phishing.enabled", false);
|
... |
... |
@@ -187,6 +187,10 @@ pref("browser.safebrowsing.provider.mozilla.updateURL", ""); |
187
|
187
|
pref("browser.safebrowsing.provider.mozilla.gethashURL", "");
|
188
|
188
|
pref("datareporting.healthreport.uploadEnabled", false);
|
189
|
189
|
pref("datareporting.policy.dataSubmissionEnabled", false);
|
|
190
|
+// tor-browser#42735: Disable recent search suggestions
|
|
191
|
+pref("browser.urlbar.recentsearches.featureGate", false);
|
|
192
|
+pref("browser.urlbar.suggest.recentsearches", false);
|
|
193
|
+
|
190
|
194
|
// Make sure Unified Telemetry is really disabled, see: #18738.
|
191
|
195
|
pref("toolkit.telemetry.unified", false);
|
192
|
196
|
// This needs to be locked, or nightly builds will automatically lock it to true
|