mirror of
https://github.com/HorlogeSkynet/thunderbird-user.js.git
synced 2025-11-23 11:00:56 -05:00
Disables javascript.options.native_regexp
> see Kicksecure/security-misc#301 and #67
This commit is contained in:
parent
5bc3964b62
commit
ea99b5060f
1 changed files with 1 additions and 0 deletions
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue