From 61dd0e66d0be7c94779f3ecf52eb12b23324df1a Mon Sep 17 00:00:00 2001 From: maride Date: Sat, 8 Sep 2018 03:07:20 +0200 Subject: Fix: really download the certificate, avoid Blobs --- hosted/access.html | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'hosted/access.html') diff --git a/hosted/access.html b/hosted/access.html index 119ac80..11e1fe5 100644 --- a/hosted/access.html +++ b/hosted/access.html @@ -42,7 +42,9 @@ Access to the challenge containers is provided via OpenVPN.
- + + +
Loading...
@@ -58,14 +60,6 @@ }); } - function downloadConfig() { - $.get("/api/getAccess").done(function(data) { - var result = jQuery.parseJSON(data); - var configBlob = new Blob([result["credentials"]], {'type':'application/x-openvpn-config'}); - window.location = URL.createObjectURL(configBlob); - }); - } - $(document).ready( function(){ loadConfig() -- cgit 1.4.1