Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Applications
torbutton
Commits
5533b49c
Commit
5533b49c
authored
Aug 27, 2019
by
Alex Catarineu
Browse files
fixup! Bug 31140 - Do not enable IonMonkey at low security level on AARCH64
parent
2a15af35
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/modules/security-prefs.js
View file @
5533b49c
...
...
@@ -51,7 +51,7 @@ var write_setting_to_prefs = function (settingIndex) {
if
(
XPCOMABI
.
split
(
"
-
"
)[
0
]
==
"
aarch64
"
&&
prefName
==
"
javascript.options.ion
"
)
{
setBoolPref
(
prefName
,
false
);
continue
;
return
;
}
setBoolPref
(
prefName
,
kSecuritySettings
[
prefName
][
settingIndex
]);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment