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

[tor-commits] [Git][tpo/applications/tor-browser][base-browser-128.2.0esr-14.0-1] fixup! Firefox preference overrides.



Title: GitLab

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

Commits:

  • 8fe2c105
    by Pier Angelo Vendrame at 2024-08-28T19:52:42+00:00
    fixup! Firefox preference overrides.
    
    Bug 42685: Re-enable textmetrics.
    
    They do not add entropy (see the issue), so re-enable them for
    compatibility.
    

1 changed file:

Changes:

  • browser/app/profile/001-base-profile.js
    ... ... @@ -419,11 +419,6 @@ pref("network.http.referer.XOriginTrimmingPolicy", 2); // Bug 17228: Force trim
    419 419
     pref("media.videocontrols.picture-in-picture.enabled", false); // Bug 40148: disable until audited in #40147
    
    420 420
     // Bug 40463: Disable Windows SSO
    
    421 421
     pref("network.http.windows-sso.enabled", false, locked);
    
    422
    -// Disable API for measuring text width and height.
    
    423
    -pref("dom.textMetrics.actualBoundingBox.enabled", false);
    
    424
    -pref("dom.textMetrics.baselines.enabled", false);
    
    425
    -pref("dom.textMetrics.emHeight.enabled", false);
    
    426
    -pref("dom.textMetrics.fontBoundingBox.enabled", false);
    
    427 422
     // tor-browser#40424
    
    428 423
     pref("pdfjs.enableScripting", false);
    
    429 424
     // Bug 40057: Ensure system colors are not used for CSS4 colors
    

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