mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-09 13:16:05 +00:00
Merge branch 'master' of https://github.com/gnh1201/welsonjs
This commit is contained in:
commit
124ea0ae30
|
@ -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