tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 4b0a188f44b5ac5652bedd10216ec9acb4cd2215
parent c16c263c6e347e493e178287356c9fb5fab0efa5
Author: Frédéric Wang <fwang@igalia.com>
Date:   Tue, 14 Oct 2025 10:53:17 +0000

Bug 1993903 - Disable MathML preferences mathspace_names/legacy_mathvariant_attribute in early beta. r=emilio

These have been disabled in nighly for a while but we were pending for
Wikipedia to remove these features before unshipping. Unfortunately,
relevant MediaWiki changes [1] [2] don't seem to be in production yet.
So for now play safe and only disable in early beta.

[1] phabricator.wikimedia.org/T320910
[2] phabricator.wikimedia.org/T395192

Differential Revision: https://phabricator.services.mozilla.com/D268347

Diffstat:
Mmodules/libpref/init/StaticPrefList.yaml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/libpref/init/StaticPrefList.yaml b/modules/libpref/init/StaticPrefList.yaml @@ -11104,7 +11104,7 @@ # "thickmathspace" etc for length attributes. - name: mathml.mathspace_names.disabled type: bool - value: @IS_NIGHTLY_BUILD@ + value: @EARLY_BETA_OR_EARLIER@ mirror: always # Whether to render all unknown mathml elements as <mrow> @@ -11144,7 +11144,7 @@ # implemented via text-transform: auto when that flag is enabled. - name: mathml.legacy_mathvariant_attribute.disabled type: bool - value: @IS_NIGHTLY_BUILD@ + value: @EARLY_BETA_OR_EARLIER@ mirror: always rust: true