Disables javascript.options.native_regexp

> see Kicksecure/security-misc#301 and #67
This commit is contained in:
Samuel FORESTIER
2025-10-24 00:05:51 +02:00
committed by Samuel FORESTIER
parent 5bc3964b62
commit ea99b5060f

View File

@@ -967,6 +967,7 @@ user_pref("javascript.options.asmjs", false);
* [2] https://microsoftedge.github.io/edgevr/posts/Super-Duper-Secure-Mode/ ***/
user_pref("javascript.options.ion", false);
user_pref("javascript.options.baselinejit", false);
user_pref("javascript.options.native_regexp", false);
user_pref("javascript.options.jit_trustedprincipals", true); // [FF75+] [HIDDEN PREF]
/* 5506: disable WebAssembly [FF52+]
* Vulnerabilities [1] have increasingly been found, including those known and fixed