Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Tor Browser
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
WofWca
Tor Browser
Commits
0ae8ff68
Commit
0ae8ff68
authored
10 years ago
by
Mike Perry
Browse files
Options
Downloads
Patches
Plain Diff
fixup! Add security enhancements suggested by Jesse Ruderman.
It might be nice if I could cut and paste properly...
parent
8896b493
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
browser/app/profile/000-tor-browser.js
+3
-3
3 additions, 3 deletions
browser/app/profile/000-tor-browser.js
with
3 additions
and
3 deletions
browser/app/profile/000-tor-browser.js
+
3
−
3
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment