[tor-commits] [torbutton/master] Revert "Bug 21201.1: Use new svg.disabled pref"

gk at torproject.org gk at torproject.org
Fri Apr 7 14:54:19 UTC 2017


commit de57f2c4ef125ca1334e83efa1949770a87e7c38
Author: Georg Koppen <gk at torproject.org>
Date:   Fri Apr 7 08:26:32 2017 +0000

    Revert "Bug 21201.1: Use new svg.disabled pref"
    
    This reverts commit 1b7ce9f53f6a27e8684fdcda0b3be086a914d054. We did
    not backport Mozilla's patch which uses the new preference. Thus we need
    to stick to the old one for now.
    
    Closes #21885.
---
 src/modules/security-prefs.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/security-prefs.js b/src/modules/security-prefs.js
index f508b87..4a39ca8 100644
--- a/src/modules/security-prefs.js
+++ b/src/modules/security-prefs.js
@@ -29,7 +29,7 @@ const kSecuritySettings = {
   "noscript.global" :                         [,  false, false, false, true ],
   "noscript.globalHttpsWhitelist" :           [,  false, true,  true,  false],
   "noscript.forbidFonts" :                    [,  true,  false, false, false],
-  "svg.disabled" :                            [,  true,  false, false, false],
+  "svg.in-content.enabled" :                  [,  false, true,  true,  true ],
 };
 
 // The Security Settings prefs in question.



More information about the tor-commits mailing list