Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable javascript JIT #1791

Closed
trytomakeyouprivate opened this issue Jan 14, 2024 · 3 comments
Closed

Disable javascript JIT #1791

trytomakeyouprivate opened this issue Jan 14, 2024 · 3 comments
Labels

Comments

@trytomakeyouprivate
Copy link

trytomakeyouprivate commented Jan 14, 2024

user_pref("javascript.options.baselinejit", false);
user_pref("javascript.options.ion", false);
user_pref("javascript.options.wasm", false);
user_pref("javascript.options.asmjs", false);

Those are probably all settings that disable JIT in Firefox. JIT is a big security problem and the speed is not worth it really, if there are so many vulnerabilities.

Would this fit Arkenfox'es scope? I think so.

@Thorin-Oakenpants
Copy link
Contributor

FFS .. did you even look at what is in the user.js

@trytomakeyouprivate
Copy link
Author

trytomakeyouprivate commented Jan 14, 2024

I use arkenfox and those where not set. Maybe its not up to date?

But true they are all already set. Weird.

@Thorin-Oakenpants
Copy link
Contributor

Thorin-Oakenpants commented Jan 15, 2024

and those where not set ... But true they are all already set

wot? AF is a template, not everything is active (i.e not commented out). What is active either enforces a default in case a user changed it (and to educate those who bother to read the user.js), or it sets it for a balance between do nothing or do everything.

section 5500 which contains your suggested additions, is inactive - use them at your own risk - they will cause pain and weird side effects - enjoy. Even Tor Browser doesn't ship with these (your 4 items) disabled by default. If you're at the stage where you think you need them disabled, then just go use TB (edit, or Mullvad Browser) on security setting "safer" - or you know, read the user.js and add them as overrides at your own risk/tolerance

@arkenfox arkenfox locked as resolved and limited conversation to collaborators Jan 15, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

No branches or pull requests

2 participants