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

Commits:

1 changed file:

Changes:

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