This is an automated email from the git hooks/post-receive script.
richard pushed a commit to branch tor-browser-102.4.0esr-12.0-2
in repository tor-browser.
The following commit(s) were added to refs/heads/tor-browser-102.4.0esr-12.0-2 by this push:
new e2c53373c56c fixup! Firefox preference overrides.
e2c53373c56c is described below
commit e2c53373c56c93b1fde33512762f790676c75880
Author: Richard Pospesel <richard(a)torproject.org>
AuthorDate: Wed Oct 26 21:18:43 2022 +0000
fixup! Firefox preference overrides.
Bug 27258: font whitelist means we don't have to set gfx.downloadable_fonts.fallback_delay
---
browser/app/profile/001-base-profile.js | 1 -
1 file changed, 1 deletion(-)
diff --git a/browser/app/profile/001-base-profile.js b/browser/app/profile/001-base-profile.js
index 3f93614a7bbb..0d344b55eca8 100644
--- a/browser/app/profile/001-base-profile.js
+++ b/browser/app/profile/001-base-profile.js
@@ -202,7 +202,6 @@ pref("dom.push.enabled", false);
// Fingerprinting
pref("webgl.disable-fail-if-major-performance-caveat", true);
pref("webgl.enable-webgl2", false);
-pref("gfx.downloadable_fonts.fallback_delay", -1);
pref("browser.startup.homepage_override.buildID", "20100101");
pref("browser.link.open_newwindow.restriction", 0); // Bug 9881: Open popups in new tabs (to avoid fullscreen popups)
// Set video VP9 to 0 for everyone (bug 22548)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.