From 9295ebc081f2c159b56153495d51c857d48dc151 Mon Sep 17 00:00:00 2001 From: "darin%meer.net" Date: Mon, 20 Jun 2005 19:12:48 +0000 Subject: [PATCH] fixes bug 288053 "consider enabling automatic-ntlm auth for proxies (again)" r=mcsmurf sr=bryner a=asa git-svn-id: svn://10.0.0.236/trunk@174862 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/modules/libpref/src/init/all.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/mozilla/modules/libpref/src/init/all.js b/mozilla/modules/libpref/src/init/all.js index ea78a217519..46ca72778d6 100644 --- a/mozilla/modules/libpref/src/init/all.js +++ b/mozilla/modules/libpref/src/init/all.js @@ -623,10 +623,9 @@ pref("network.negotiate-auth.allow-proxies", true); // The following prefs are used to enable automatic use of the operating // system's NTLM implementation to silently authenticate the user with their -// Window's domain logon. By default, this is disabled for proxy servers due -// to bug 256949. The trusted-uris pref follows the format of the trusted-uris -// pref for negotiate authentication. -pref("network.automatic-ntlm-auth.allow-proxies", false); +// Window's domain logon. The trusted-uris pref follows the format of the +// trusted-uris pref for negotiate authentication. +pref("network.automatic-ntlm-auth.allow-proxies", true); pref("network.automatic-ntlm-auth.trusted-uris", ""); // This preference controls whether or not the LM hash will be included in