mirror of
https://github.com/HorlogeSkynet/thunderbird-user.js.git
synced 2025-11-04 15:25:25 +01:00
Disables javascript.options.native_regexp
> see Kicksecure/security-misc#301 and #67
This commit is contained in:
committed by
Samuel FORESTIER
parent
5bc3964b62
commit
ea99b5060f
1
user.js
1
user.js
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user