commit 7f4ec86a0a0129f069ed0cc911a26fe4055d448c Author: Matthew Finkel sysrqb@torproject.org Date: Tue Apr 13 19:38:32 2021 +0000
squash! TB4: Tor Browser's Firefox preference overrides.
Bug 40408: Disallow SVG Context Paint in all web content --- browser/app/profile/000-tor-browser.js | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/browser/app/profile/000-tor-browser.js b/browser/app/profile/000-tor-browser.js index 3961eca0868a..760c405d06a6 100644 --- a/browser/app/profile/000-tor-browser.js +++ b/browser/app/profile/000-tor-browser.js @@ -255,6 +255,9 @@ pref("browser.policies.testing.disallowEnterprise", true); pref("svg.in-content.enabled", true); pref("mathml.disabled", false);
+// Bug 40408 +pref("svg.context-properties.content.allowed-domains", ""); + // Network and performance pref("security.ssl.enable_false_start", true); pref("network.http.connection-retry-timeout", 0);