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

Commits:

1 changed file:

Changes:

  • browser/app/profile/001-base-profile.js
    ... ... @@ -666,6 +666,11 @@ pref("privacy.query_stripping.enabled", true);
    666 666
     pref("privacy.query_stripping.enabled.pbmode", true);
    
    667 667
     pref("privacy.query_stripping.strip_on_share.enabled", true);
    
    668 668
     
    
    669
    +// Ensure global privacy control headers are consistent in private browsing and
    
    670
    +// non-private browsing (tor-browser#42777).
    
    671
    +pref("privacy.globalprivacycontrol.enabled", true);
    
    672
    +pref("privacy.globalprivacycontrol.pbmode.enabled", true);
    
    673
    +
    
    669 674
     // Disable platform text recogniition functionality (tor-browser#42057)
    
    670 675
     pref("dom.text-recognition.enabled", false);
    
    671 676