Pier Angelo Vendrame pushed to branch tor-browser-128.7.0esr-14.0-1 at The Tor Project / Applications / Tor Browser

Commits:

1 changed file:

Changes:

  • browser/app/profile/001-base-profile.js
    ... ... @@ -475,6 +475,9 @@ pref("pdfjs.disabled", false, locked);
    475 475
     #endif
    
    476 476
     // Bug 40057: Ensure system colors are not used for CSS4 colors
    
    477 477
     pref("browser.display.use_system_colors", false);
    
    478
    +// tor-browser#43366: do not use system accent color in inputs.
    
    479
    +// See also https://bugzilla.mozilla.org/show_bug.cgi?id=1861362.
    
    480
    +pref("widget.non-native-theme.use-theme-accent", false);
    
    478 481
     // tor-browser#43236: Disable vsync on Wayland to prevent refresh rate leaks.
    
    479 482
     pref("widget.wayland.vsync.enabled", false);
    
    480 483