[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-153.0esr-16.0-1] fixup! Firefox preference overrides.



Title: GitLab

brizental pushed to branch tor-browser-153.0esr-16.0-1 at The Tor Project / Applications / Tor Browser

Commits:

  • 76c71d08
    by Beatriz Rizental at 2026-07-21T21:13:39-03:00
    fixup! Firefox preference overrides.
    
    Bug 44529: Remove obsolete pocket related prefs. Pcoket is gone.
    

1 changed file:

Changes:

  • browser/app/profile/001-base-profile.js
    ... ... @@ -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);
    

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx