Skip to content
Snippets Groups Projects
Commit 2e64fbb9 authored by David Fifield's avatar David Fifield
Browse files

Set toolkit.startup.max_resumed_crashes to disable safe mode.

parent dd02728b
No related branches found
No related tags found
No related merge requests found
......@@ -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");
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment