more post data tweaks

This commit is contained in:
zefie
2022-10-09 21:53:44 -04:00
parent bf35f0ba60
commit e544e821c3
2 changed files with 4 additions and 4 deletions

View File

@@ -583,7 +583,7 @@ async function processURL(socket, request_headers) {
}
}
} catch (e) {
console.log("error:", e)
}
}
if ((shortURL.indexOf("http") != 0 && shortURL.indexOf("ftp") != 0 && shortURL.indexOf(":") > 0 && shortURL.indexOf(":/") == -1)) {