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

View File

@ -17,8 +17,6 @@ function main() {
.setConnectTimeout(2)
.open("GET", "https://" + x)
.send();
console.log(handler.responseText);
if (handler.detectSSLCompleted()) {
urls.push("https://" + x);