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
|
@ -17,8 +17,6 @@ function main() {
|
||||||
.setConnectTimeout(2)
|
.setConnectTimeout(2)
|
||||||
.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);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user