Update certchecker.js

This commit is contained in:
Namhyeon Go 2024-09-25 14:46:53 +09:00 committed by GitHub
parent 266971f5d3
commit 5e6e3e30ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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