| ... |
... |
@@ -202,8 +202,6 @@ pref("browser.urlbar.weather.featureGate", false); |
|
202
|
202
|
// tor-browser#42886: Disable trending results.
|
|
203
|
203
|
pref("browser.urlbar.suggest.trending", false);
|
|
204
|
204
|
pref("browser.urlbar.trending.featureGate", false);
|
|
205
|
|
-// tor-browser#42792: Explicitly turn off Pocket suggestions in the URL bar.
|
|
206
|
|
-pref("browser.urlbar.pocket.featureGate", false);
|
|
207
|
205
|
// tor-browser#41691: Hide "Firefox Suggest" in the UI
|
|
208
|
206
|
pref("browser.urlbar.groupLabels.enabled", false);
|
|
209
|
207
|
pref("browser.safebrowsing.malware.enabled", false);
|
| ... |
... |
@@ -309,9 +307,6 @@ pref("privacy.annotate_channels.strict_list.enabled", false); |
|
309
|
307
|
// Notice that it should not apply to RFP anyway...
|
|
310
|
308
|
pref("privacy.fingerprintingProtection.remoteOverrides.enabled", false);
|
|
311
|
309
|
|
|
312
|
|
-// Disable the Pocket extension (Bug #18886 and #31602)
|
|
313
|
|
-pref("extensions.pocket.enabled", false);
|
|
314
|
|
-
|
|
315
|
310
|
// Disable Privacy-Preserving-Attribution (Bug #42687)
|
|
316
|
311
|
pref("dom.private-attribution.submission.enabled", false);
|
|
317
|
312
|
|
| ... |
... |
@@ -319,7 +314,7 @@ pref("dom.private-attribution.submission.enabled", false); |
|
319
|
314
|
pref("extensions.hideNoScript", true);
|
|
320
|
315
|
pref("extensions.hideUnifiedWhenEmpty", true);
|
|
321
|
316
|
|
|
322
|
|
-// Disable activity stream/"Recommended by Pocket" in about:home (Bug #41029)
|
|
|
317
|
+// Disable activity stream in about:home (Bug #41029)
|
|
323
|
318
|
pref("browser.newtabpage.activity-stream.discoverystream.enabled", false);
|
|
324
|
319
|
pref("browser.newtabpage.activity-stream.feeds.section.topstories", false);
|
|
325
|
320
|
pref("browser.newtabpage.activity-stream.showSponsored", false);
|