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
boklm
Tor Browser
Commits
0ae8ff68
Commit
0ae8ff68
authored
Apr 02, 2014
by
Mike Perry
Browse files
fixup! Add security enhancements suggested by Jesse Ruderman.
It might be nice if I could cut and paste properly...
parent
8896b493
Changes
1
Hide whitespace changes
Inline
Side-by-side
browser/app/profile/000-tor-browser.js
View file @
0ae8ff68
...
...
@@ -143,9 +143,9 @@ pref("layers.acceleration.disabled", true);
// Security enhancements
// https://trac.torproject.org/projects/tor/ticket/9387#comment:17
pref
(
"
javascript.options.ion.content
"
,
false
);
pref
(
"
javascrip
javascript.options.baselinejit.content
"
,
false
);
pref
(
"
javascrip
javascript.options.asmjs
"
,
false
);
pref
(
"
javascrip
javascript.options.typeinference
"
,
false
);
pref
(
"
javascript.options.baselinejit.content
"
,
false
);
pref
(
"
javascript.options.asmjs
"
,
false
);
pref
(
"
javascript.options.typeinference
"
,
false
);
// Version placeholder
...
...
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