From a2cc9b42822385d61ab4bd6b2ecca4a9c83cd7a9 Mon Sep 17 00:00:00 2001 From: Adam Young Date: Thu, 22 Dec 2011 22:34:48 -0500 Subject: Remove delegation from browser config --- install/share/preferences.html.template | 1 - 1 file changed, 1 deletion(-) diff --git a/install/share/preferences.html.template b/install/share/preferences.html.template index b809b9d06..a66576c79 100644 --- a/install/share/preferences.html.template +++ b/install/share/preferences.html.template @@ -52,7 +52,6 @@ try { prefFuncBool('network.negotiate-auth.using-native-gsslib', true); - prefFuncChar('network.negotiate-auth.delegation-uris', '.$DOMAIN'); prefFuncChar('network.negotiate-auth.trusted-uris', '.$DOMAIN'); prefFuncBool('network.negotiate-auth.allow-proxies', true); } catch (e) { -- cgit