mirror of
https://github.com/arkenfox/user.js.git
synced 2025-02-23 02:43:56 +00:00
tidy 5505
This commit is contained in:
parent
27977a16ad
commit
47de4f520b
7
user.js
7
user.js
@ -1181,9 +1181,10 @@ user_pref("_user.js.parrot", "5500 syntax error: this is an ex-parrot!");
|
|||||||
* [3] https://rh0dev.github.io/blog/2017/the-return-of-the-jit/ ***/
|
* [3] https://rh0dev.github.io/blog/2017/the-return-of-the-jit/ ***/
|
||||||
// user_pref("javascript.options.asmjs", false);
|
// user_pref("javascript.options.asmjs", false);
|
||||||
/* 5505: disable Ion and baseline JIT to harden against JS exploits
|
/* 5505: disable Ion and baseline JIT to harden against JS exploits
|
||||||
* [NOTE] In FF75+, when **both** Ion and JIT are disabled, **and** the new
|
* [NOTE] When both Ion and JIT are disabled, and trustedprincipals
|
||||||
* hidden pref is enabled, then Ion can still be used by extensions (1599226)
|
* is enabled, then Ion can still be used by extensions (1599226)
|
||||||
* [1] https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=firefox+jit ***/
|
* [1] https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=firefox+jit
|
||||||
|
* [2] https://microsoftedge.github.io/edgevr/posts/Super-Duper-Secure-Mode/ ***/
|
||||||
// user_pref("javascript.options.ion", false);
|
// user_pref("javascript.options.ion", false);
|
||||||
// user_pref("javascript.options.baselinejit", false);
|
// user_pref("javascript.options.baselinejit", false);
|
||||||
// user_pref("javascript.options.jit_trustedprincipals", true); // [FF75+] [HIDDEN PREF]
|
// user_pref("javascript.options.jit_trustedprincipals", true); // [FF75+] [HIDDEN PREF]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user