mirror of
https://github.com/arkenfox/user.js.git
synced 2024-10-01 01:35:52 -04:00
2421 fixup Ion/Jit note
This commit is contained in:
parent
f0945743b7
commit
55ae994972
2
user.js
2
user.js
@ -1055,7 +1055,7 @@ user_pref("dom.vibrator.enabled", false);
|
|||||||
* [6] https://rh0dev.github.io/blog/2017/the-return-of-the-jit/ ***/
|
* [6] https://rh0dev.github.io/blog/2017/the-return-of-the-jit/ ***/
|
||||||
user_pref("javascript.options.asmjs", false);
|
user_pref("javascript.options.asmjs", false);
|
||||||
/* 2421: disable Ion and baseline JIT to help harden JS against exploits
|
/* 2421: disable Ion and baseline JIT to help harden JS against exploits
|
||||||
* [NOTE] In FF75+ these no longer affect extensions (1599226)
|
* [NOTE] Disabling JIT also disables Ion. In FF75+ disabling Ion no longer affects extensions (1599226)
|
||||||
* [WARNING] If false, causes the odd site issue and there is also a performance loss
|
* [WARNING] If false, causes the odd site issue and there is also a performance loss
|
||||||
* [1] https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-0817 ***/
|
* [1] https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-0817 ***/
|
||||||
// user_pref("javascript.options.ion", false);
|
// user_pref("javascript.options.ion", false);
|
||||||
|
Loading…
Reference in New Issue
Block a user