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

Pier Angelo Vendrame (@pierov) git at gitlab.torproject.org
Thu Sep 26 08:28:32 UTC 2024



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:

- browser/app/profile/001-base-profile.js


Changes:

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



View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/4657541ec8c93f7ba17fc5826b74c8235d14009d

-- 
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/4657541ec8c93f7ba17fc5826b74c8235d14009d
You're receiving this email because of your account on gitlab.torproject.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tor-commits/attachments/20240926/f44a5b38/attachment-0001.htm>


More information about the tor-commits mailing list