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

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



Title: GitLab

richard pushed to branch tor-browser-115.2.0esr-13.0-1 at The Tor Project / Applications / Tor Browser

Commits:

  • f60ab8ba
    by Richard Pospesel at 2023-09-05T21:04:40+00:00
    fixup! Firefox preference overrides.
    
    Bug 42057: Disable GetIsTextRecognitionSupported by default
    

1 changed file:

Changes:

  • browser/app/profile/001-base-profile.js
    ... ... @@ -539,6 +539,9 @@ pref("privacy.query_stripping.enabled", true);
    539 539
     pref("privacy.query_stripping.enabled.pbmode", true);
    
    540 540
     pref("privacy.query_stripping.strip_on_share.enabled", true);
    
    541 541
     
    
    542
    +// Disable platform text recogniition functionality (tor-browser#42057)
    
    543
    +pref("dom.text-recognition.enabled", false);
    
    544
    +
    
    542 545
     #ifdef XP_WIN
    
    543 546
     // prefs to disable jump-list entries in the taskbar on Windows (see bug #12885)
    
    544 547
     // this pref changes the app's set AUMID to be dependent on the profile path, rather than
    

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