summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2011-12-22 22:34:48 -0500
committerPetr Voborník <pvoborni@redhat.com>2012-02-07 15:51:44 +0100
commita2cc9b42822385d61ab4bd6b2ecca4a9c83cd7a9 (patch)
tree0e6d59c413ad111539a3786365ac297c8b5e631c
parent13cdf51ab4a565bce1470c876d2ff038287f7f61 (diff)
downloadfreeipa-a2cc9b42822385d61ab4bd6b2ecca4a9c83cd7a9.tar.gz
freeipa-a2cc9b42822385d61ab4bd6b2ecca4a9c83cd7a9.tar.xz
freeipa-a2cc9b42822385d61ab4bd6b2ecca4a9c83cd7a9.zip
Remove delegation from browser config
-rw-r--r--install/share/preferences.html.template1
1 files changed, 0 insertions, 1 deletions
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) {