Skip to content
Snippets Groups Projects
Verified Commit f6a42160 authored by morgan's avatar morgan :smile_cat: Committed by Pier Angelo Vendrame
Browse files

fixup! Firefox preference overrides.

Bug 43163: Disable offscreen canvas until verified it is not fingerprintable
parent b9e7f8ac
Branches
Tags
No related merge requests found
......@@ -380,6 +380,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)
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment