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

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



Title: GitLab

ma1 pushed to branch tor-browser-128.0esr-14.0-1 at The Tor Project / Applications / Tor Browser

Commits:

  • 21b3574f
    by hackademix at 2024-07-23T11:40:05+02:00
    fixup! Firefox preference overrides.
    
    Bug 42687: Disable Privacy-Preserving Attribution.
    

1 changed file:

Changes:

  • browser/app/profile/001-base-profile.js
    ... ... @@ -230,6 +230,9 @@ pref("privacy.annotate_channels.strict_list.enabled", false);
    230 230
     // Disable the Pocket extension (Bug #18886 and #31602)
    
    231 231
     pref("extensions.pocket.enabled", false);
    
    232 232
     
    
    233
    +// Disable Privacy-Preserving-Attribution (Bug #42687)
    
    234
    +pref("dom.private-attribution.submission.enabled", false);
    
    235
    +
    
    233 236
     // Custom extensions preferences tor-browser#41581
    
    234 237
     pref("extensions.hideNoScript", true);
    
    235 238
     pref("extensions.hideUnifiedWhenEmpty", true);
    

  • _______________________________________________
    tor-commits mailing list
    tor-commits@xxxxxxxxxxxxxxxxxxxx
    https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits