This commit is contained in:
Namhyeon Go 2024-09-25 15:53:11 +09:00
commit 124ea0ae30

View File

@ -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);