Commit 8d99b9c0 authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame 🎃
Browse files

fixup! Firefox preference overrides.

BB 45072: Disable XSLT.

XSLT eventually is going to be disabled in all major browsers.
While Mozilla has not started the process yet, it makes sense for us to
do it, since XSLT has been a source of security bugs and fingerprinting
vectors in the past.
parent 75e2fa5b
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -476,6 +476,9 @@ pref("dom.push.enabled", false);
// See tor-browser#18801.
pref("dom.push.serverURL", "");

// tor-browser#45072: Disable XSLT even before Mozilla does it for Firefox.
pref("dom.xslt.enabled", false);

// Fingerprinting
// tor-browser#41797: For release builds, lock RFP
// tor-browser#42125: Set (and lock in release) also exempted domains.