From dbc268d96419b2f56b82f518496f3597c4afbc07 Mon Sep 17 00:00:00 2001 From: Martin Kosek Date: Thu, 17 Feb 2011 17:51:03 +0100 Subject: Browser configuration support for Firefox 4 Support of navigator.preferences that is used to access browser configuration was dropped in Firefox 4. This disables automatic configuration of user preferences in this browser that is needed to use Kerberos single sign-on. This patch detectes a lack of this interface and tries to configure the browser using new Services module introduced in Gecko 2 (used in Firefox 4, SeaMonkey 2.1). https://fedorahosted.org/freeipa/ticket/975 --- install/share/preferences.html.template | 44 ++++++++++++++++++++++++--------- 1 file changed, 32 insertions(+), 12 deletions(-) (limited to 'install/share') diff --git a/install/share/preferences.html.template b/install/share/preferences.html.template index 2d3684dcd..ef657e96c 100644 --- a/install/share/preferences.html.template +++ b/install/share/preferences.html.template @@ -9,24 +9,44 @@ -- cgit