[tbb-commits] [torbutton/master] Bug 21549 - Enable WASM on the Standard security-level
gk at torproject.org
gk at torproject.org
Fri Oct 18 17:43:59 UTC 2019
commit 324e8fd7f73c7f97f8174713c6a112ec75669e56
Author: Matthew Finkel <sysrqb at torproject.org>
Date: Fri Oct 18 12:50:09 2019 +0000
Bug 21549 - Enable WASM on the Standard security-level
---
modules/security-prefs.js | 1 +
1 file changed, 1 insertion(+)
diff --git a/modules/security-prefs.js b/modules/security-prefs.js
index f61f24aa..7fb2e0c4 100644
--- a/modules/security-prefs.js
+++ b/modules/security-prefs.js
@@ -33,6 +33,7 @@ const kSecuritySettings = {
"gfx.font_rendering.opentype_svg.enabled" : [, false, false, false, true ],
"svg.disabled" : [, true, false, false, false],
"javascript.options.asmjs" : [, false, false, false, true ],
+ "javascript.options.wasm" : [, false, false, false, true ],
};
// The Security Settings prefs in question.
More information about the tbb-commits
mailing list