[tbb-commits] [Git][tpo/applications/tor-browser][tor-browser-128.2.0esr-14.0-1] fixup! Firefox preference overrides.
morgan (@morgan)
git at gitlab.torproject.org
Wed Aug 28 19:44:41 UTC 2024
morgan pushed to branch tor-browser-128.2.0esr-14.0-1 at The Tor Project / Applications / Tor Browser
Commits:
80c99d24 by Pier Angelo Vendrame at 2024-08-28T18:22:45+02:00
fixup! Firefox preference overrides.
Bug 42685: Re-enable textmetrics.
They do not add entropy (see the issue), so re-enable them for
compatibility.
- - - - -
1 changed file:
- browser/app/profile/001-base-profile.js
Changes:
=====================================
browser/app/profile/001-base-profile.js
=====================================
@@ -419,11 +419,6 @@ pref("network.http.referer.XOriginTrimmingPolicy", 2); // Bug 17228: Force trim
pref("media.videocontrols.picture-in-picture.enabled", false); // Bug 40148: disable until audited in #40147
// Bug 40463: Disable Windows SSO
pref("network.http.windows-sso.enabled", false, locked);
-// Disable API for measuring text width and height.
-pref("dom.textMetrics.actualBoundingBox.enabled", false);
-pref("dom.textMetrics.baselines.enabled", false);
-pref("dom.textMetrics.emHeight.enabled", false);
-pref("dom.textMetrics.fontBoundingBox.enabled", false);
// tor-browser#40424
pref("pdfjs.enableScripting", false);
// Bug 40057: Ensure system colors are not used for CSS4 colors
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/80c99d24835211dadca957f316e04c7a8acc787b
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/80c99d24835211dadca957f316e04c7a8acc787b
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/tbb-commits/attachments/20240828/0e5cd771/attachment.htm>
More information about the tbb-commits
mailing list