[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [tor-browser/tor-browser-78.10.0esr-10.5-1] squash! TB4: Tor Browser's Firefox preference overrides.



commit 7f4ec86a0a0129f069ed0cc911a26fe4055d448c
Author: Matthew Finkel <sysrqb@xxxxxxxxxxxxxx>
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);

_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits