Skip to content

Commit

Permalink
Lets force set ntlm true on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
bavincen committed Sep 4, 2015
1 parent 586245c commit f4de403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defaults/preferences/debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ pref("extensions.extras.ShadeLow", false);
pref("calendar.timezone.local.auto", true );
pref("extensions.1st-setup.others.warnAboutPrereleaseVersion", true);
user_pref("mailnews.database.global.indexer.enabled", true);
pref("network.auth.force-generic-ntlm-v1", true);
user_pref("network.auth.force-generic-ntlm-v1", true);

0 comments on commit f4de403

Please sign in to comment.