summaryrefslogtreecommitdiffstats
path: root/install/html
diff options
context:
space:
mode:
authorMartin Basti <mbasti@redhat.com>2015-10-27 15:36:55 +0100
committerMartin Basti <mbasti@redhat.com>2015-11-13 14:02:45 +0100
commit19044e87ac54200b7710b8ec5405175c3d749e76 (patch)
treea0d316d525d2407215bdf3d3c5381de08b3ffe01 /install/html
parentb0faf30eac6b75267923fac59ef0728d763d29fe (diff)
downloadfreeipa-19044e87ac54200b7710b8ec5405175c3d749e76.tar.gz
freeipa-19044e87ac54200b7710b8ec5405175c3d749e76.tar.xz
freeipa-19044e87ac54200b7710b8ec5405175c3d749e76.zip
Drop configure.jar
Configure.jar used to be used with firefox version < 10 which is not supported anymore, thus this can be removed. https://fedorahosted.org/freeipa/ticket/5144 Reviewed-By: Petr Vobornik <pvoborni@redhat.com>
Diffstat (limited to 'install/html')
-rw-r--r--install/html/ssbrowser.html25
1 files changed, 3 insertions, 22 deletions
diff --git a/install/html/ssbrowser.html b/install/html/ssbrowser.html
index b88deac90..325c2d393 100644
--- a/install/html/ssbrowser.html
+++ b/install/html/ssbrowser.html
@@ -10,18 +10,6 @@
$(document).ready(function() {
var domain = '.' + (IPA_DOMAIN || 'example.com');
$('.example-domain').text(domain);
-
- var browser = IPA.browser_config.get_browser();
- if (browser.mozilla) {
- var ff_config = $("#configurefirefox");
- var obj = $('<object/>', {
- type: 'text/html',
- 'class': 'browser-config'
- });
- obj.prop('data', 'jar:/ipa/errors/configure.jar!/preferences.html');
- obj.appendTo(ff_config);
- ff_config.show();
- }
});
}
@@ -63,6 +51,9 @@
<ol>
<li>
+ Import <a href="ca.crt">CA certificate</a>. Make sure you checked all three checkboxes.
+ </li>
+ <li>
In the address bar of Firefox, type <code>about:config</code> to display the list of current configuration options.
</li>
<li>
@@ -77,16 +68,6 @@
<li><strong> You are all set. </strong></li>
</ol>
- <h3>Automatic Configuration of older versions</h3>
- <p>You can configure older versions of Firefox (up to version 14) using signed code. Use <a href="browserconfig.html">Firefox configuration page</a> for newer versions.</p>
- <ol>
- <li>Import <a href="ca.crt">CA certificate</a>. Make sure you checked all three checkboxes.</li>
- <li>
- Click on "Configure Browser" button below.
- <div id="configurefirefox" style="display:none"></div>
- </li>
- </ol>
-
<h2>Chrome</h2>
<p>