Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tor-browser-bundle
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Legacy
gitolite
user
sebastian
tor-browser-bundle
Commits
2e64fbb9
Commit
2e64fbb9
authored
10 years ago
by
David Fifield
Browse files
Options
Downloads
Patches
Plain Diff
Set toolkit.startup.max_resumed_crashes to disable safe mode.
parent
dd02728b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Bundle-Data/PTConfigs/meek-http-helper-user.js
+5
-0
5 additions, 0 deletions
Bundle-Data/PTConfigs/meek-http-helper-user.js
with
5 additions
and
0 deletions
Bundle-Data/PTConfigs/meek-http-helper-user.js
+
5
−
0
View file @
2e64fbb9
...
...
@@ -16,4 +16,9 @@ user_pref("network.proxy.socks_remote_dns", false);
// https://trac.torproject.org/projects/tor/ticket/11183#comment:9
user_pref
(
"
security.enable_tls_session_tickets
"
,
true
);
// Disable safe mode. In case of a crash, we don't want to prompt for a
// safe-mode browser that has extensions disabled and no proxy.
// https://support.mozilla.org/en-US/questions/951221#answer-410562
user_pref
(
"
toolkit.startup.max_resumed_crashes
"
,
-
1
);
user_pref
(
"
extensions.enabledAddons
"
,
"
meek-http-helper@bamsoftware.com:1.0
"
);
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