Pier Angelo Vendrame pushed to branch mullvad-browser-152.0a1-16.0-2 at The Tor Project / Applications / Mullvad Browser

Commits:

1 changed file:

Changes:

  • browser/app/profile/001-base-profile.js
    ... ... @@ -589,8 +589,6 @@ pref("javascript.options.spectre.disable_for_isolated_content", false);
    589 589
     
    
    590 590
     // Third party stuff
    
    591 591
     pref("privacy.firstparty.isolate", true); // Always enforce first party isolation
    
    592
    -// tor-browser#40123 and #40308: Disable for now until audit
    
    593
    -pref("privacy.partition.network_state", false);
    
    594 592
     // Only accept cookies from the originating site (block third party cookies)
    
    595 593
     pref("network.cookie.cookieBehavior", 1);
    
    596 594
     pref("network.cookie.cookieBehavior.pbmode", 1);