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

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



Title: GitLab

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

Commits:

  • 4657541e
    by Morgan at 2024-09-26T10:28:23+02:00
    fixup! Firefox preference overrides.
    
    Bug 43163: Disable offscreen canvas until verified it is not fingerprintable
    

1 changed file:

Changes:

  • browser/app/profile/001-base-profile.js
    ... ... @@ -383,6 +383,8 @@ pref("webgl.disable-fail-if-major-performance-caveat", true);
    383 383
     // tor-browser#16404: disable until we investigate it further (#22333)
    
    384 384
     pref("webgl.enable-webgl2", false);
    
    385 385
     pref("browser.link.open_newwindow.restriction", 0); // Bug 9881: Open popups in new tabs (to avoid fullscreen popups)
    
    386
    +// tor-browser#42767: Disable offscreen canvas until verified it is not fingerprintable
    
    387
    +pref("gfx.offscreencanvas.enabled", false);
    
    386 388
     // Prevent scripts from moving and resizing open windows
    
    387 389
     pref("dom.disable_window_move_resize", true);
    
    388 390
     // Set video VP9 to 0 for everyone (bug 22548)
    

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