summaryrefslogtreecommitdiffstats
path: root/js/ajax.js
diff options
context:
space:
mode:
authorRemy <relst@relst.nl>2015-02-26 14:09:00 +0100
committerRemy <relst@relst.nl>2015-02-26 14:09:00 +0100
commitb1f95ff20011624f9e6ea835a13c0f79ae73c97a (patch)
treeb39a1ac9679ad9ef1edde3368cf296ca1ed86dc4 /js/ajax.js
parent6dcbad8cdac0eb43cb5fee1b24e679f1f1752ac4 (diff)
downloadssl-decoder-b1f95ff20011624f9e6ea835a13c0f79ae73c97a.zip
ssl-decoder-b1f95ff20011624f9e6ea835a13c0f79ae73c97a.tar.gz
ssl-decoder-b1f95ff20011624f9e6ea835a13c0f79ae73c97a.tar.bz2
add chain validation and make cipher suites red
Diffstat (limited to 'js/ajax.js')
-rw-r--r--js/ajax.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/ajax.js b/js/ajax.js
index b18a505..c9dba57 100644
--- a/js/ajax.js
+++ b/js/ajax.js
@@ -41,7 +41,7 @@ function makeRequest (url, fun)
try{
request.send(null);
- window.history.pushState('wut', 'SSL Decoder for ' + document.getElementById('host').value, '/ssl/?host=' + document.getElementById('host').value + '&port=' + document.getElementById('port').value + '&csr=' + document.getElementById('csr').value + '&s=');
+ window.history.pushState('wut', 'SSL Decoder for ' + document.getElementById('host').value, '/ssl/?port=' + document.getElementById('port').value + '&csr=' + document.getElementById('csr').value + '&s=&host=' + document.getElementById('host').value);
}
catch(err){
alert('Error occured: '+err);