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

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



Title: GitLab

Pier Angelo Vendrame pushed to branch tor-browser-115.12.0esr-13.5-1 at The Tor Project / Applications / Tor Browser

Commits:

  • 11b5208d
    by Pier Angelo Vendrame at 2024-06-07T11:09:57+02:00
    fixup! Firefox preference overrides.
    
    Bug 41467: Do not set beacon.enabled anymore.
    
    NoScript already blocks these pings (and maybe also Firefox under
    certain conditions I am not sure about).
    

1 changed file:

Changes:

  • browser/app/profile/001-base-profile.js
    ... ... @@ -434,10 +434,6 @@ pref("privacy.purge_trackers.enabled", false);
    434 434
     // Do not allow cross-origin sub-resources to open HTTP authentication
    
    435 435
     // credentials dialogs. Hardens against potential credentials phishing.
    
    436 436
     pref("network.auth.subresource-http-auth-allow", 1);
    
    437
    -// Disable sending additional analytics to web servers.
    
    438
    -// This disables navigator.sendBeacon, even though this is discouraged by the
    
    439
    -// standard: https://w3c.github.io/beacon/#privacy-and-security
    
    440
    -pref("beacon.enabled", false);
    
    441 437
     
    
    442 438
     pref("network.dns.disablePrefetch", true);
    
    443 439
     pref("network.dns.disablePrefetchFromHTTPS", true);
    

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