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