mirror of
https://github.com/gnh1201/welsonjs.git
synced 2024-11-26 07:21:43 +00:00
Update certchecker.js
This commit is contained in:
parent
266971f5d3
commit
5e6e3e30ba
|
@ -18,8 +18,6 @@ function main() {
|
|||
.open("GET", "https://" + x)
|
||||
.send();
|
||||
|
||||
console.log(handler.responseText);
|
||||
|
||||
if (handler.detectSSLCompleted()) {
|
||||
urls.push("https://" + x);
|
||||
console.log("https://" + x);
|
||||
|
|
Loading…
Reference in New Issue
Block a user