summaryrefslogtreecommitdiffstats
path: root/base/server/share/webapps
diff options
context:
space:
mode:
authorJack Magne <jmagne@localhost.localdomain>2015-06-11 15:25:36 -0700
committerJack Magne <jmagne@localhost.localdomain>2015-06-16 09:47:30 -0700
commit791764dd01ab2e3c3c82547598d3dc8588919895 (patch)
tree60fac2224335ba02012df6cd585489f7069bf32e /base/server/share/webapps
parent6286bcbdc3675c4d5c92ac65a6602d136911a0f7 (diff)
downloadpki-791764dd01ab2e3c3c82547598d3dc8588919895.tar.gz
pki-791764dd01ab2e3c3c82547598d3dc8588919895.tar.xz
pki-791764dd01ab2e3c3c82547598d3dc8588919895.zip
Warning for the main index to tell the user that the crypto object is not available for use in the browser.
Diffstat (limited to 'base/server/share/webapps')
-rw-r--r--base/server/share/webapps/ROOT/index.jsp8
1 files changed, 8 insertions, 0 deletions
diff --git a/base/server/share/webapps/ROOT/index.jsp b/base/server/share/webapps/ROOT/index.jsp
index 38e95e467..341af4d81 100644
--- a/base/server/share/webapps/ROOT/index.jsp
+++ b/base/server/share/webapps/ROOT/index.jsp
@@ -84,6 +84,14 @@ $(function() {
</div>
+<script>
+if (typeof(crypto) != "undefined" && typeof(crypto.version) != "undefined") {
+} else {
+ document.write('<p> <font color="red"> Warning: This version of Firefox no longer supports the crypto web object used to generate and archive keys from the broswer. Although Certificate System will continue to work, some of the functionality may be no longer supported. </font> </p>');
+ document.write('<br>');
+}
+</script>
+
<center>