Page 1 of 1

Does disabling these about:config prefs cause functional problems to NoScript?

Posted: Sun Jun 20, 2021 2:44 pm
by Andreas
if i disable this in Mozilla Firefox do u know if cause functional problems to NoScript?
javascript.options.asmjs -> False
javascript.options.wasm -> False
javascript.options.baselinejit -> False
javascript.options.ion -> False

Re: Does disabling these about:config prefs cause functional problems to NoScript?

Posted: Sun Jun 20, 2021 3:18 pm
by Giorgio Maone
Andreas wrote: Sun Jun 20, 2021 2:44 pm javascript.options.asmjs -> False
javascript.options.wasm -> False
Not at all, since NoScript does not rely on any WASM/ASMJS code of its own.

Some web pages may stop working, though, if they do.
Andreas wrote: Sun Jun 20, 2021 2:44 pm javascript.options.baselinejit -> False
javascript.options.ion -> False
No functional problems, but you may experience a general performance degradation, both in content and in extensions (and maybe also in Firefox's UI) because of the disabled JavaScript just-in-time compilers.

Re: Does disabling these about:config prefs cause functional problems to NoScript?

Posted: Sun Jun 20, 2021 4:28 pm
by Andreas
Thank you for your answering of my question .