commit ad9b226c58980e211c2f1f6b862035597c1f7fbf 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 5c65eff70fc0..ea6a2f097e4d 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);
tor-commits@lists.torproject.org