From 0ebfdc4b91a3d5a7688eaf7faa4ffcf5741f07fa Mon Sep 17 00:00:00 2001 From: "darin%meer.net" Date: Fri, 9 Jul 2004 22:02:10 +0000 Subject: [PATCH] landing pref changes for bug 237586 "Implement negotiateauth using SSPI for Windows" r=cneberg a=shaver --- modules/libpref/src/init/all.js | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/modules/libpref/src/init/all.js b/modules/libpref/src/init/all.js index 8336c42bf64..f024fddbf4d 100644 --- a/modules/libpref/src/init/all.js +++ b/modules/libpref/src/init/all.js @@ -568,14 +568,15 @@ pref("network.prefetch-next", true); // The following prefs pertain to the negotiate-auth extension (see bug 17578), -// which provides transparent Kerberos authentication using the SPNEGO protocol. -// Each pref is a comma-separated list of keys, where each key has the format: +// which provides transparent Kerberos or NTLM authentication using the SPNEGO +// protocol. Each pref is a comma-separated list of keys, where each key has +// the format: // [scheme "://"] [host [":" port]] // For example, "foo.com" would match "http://www.foo.com/bar", etc. -// This list controls which URIs can support the negotiate auth protocol. This +// This list controls which URIs can use the negotiate-auth protocol. This // list should be limited to the servers you know you'll need to login to. -pref("network.negotiate-auth.trusted-uris", "https://"); +pref("network.negotiate-auth.trusted-uris", ""); // This list controls which URIs can support delegation. pref("network.negotiate-auth.delegation-uris", "");