console log API user agents

This commit is contained in:
dangered wolf 2023-11-10 18:47:33 -05:00
parent 6dd5b18a7b
commit b40a29954f
No known key found for this signature in database
GPG key ID: 41E4D37680ED8B58

View file

@ -92,7 +92,7 @@ export const statusRequest = async (c: Context) => {
if (isBotUA) { if (isBotUA) {
console.log(`Matched bot UA ${userAgent}`); console.log(`Matched bot UA ${userAgent}`);
} else { } else {
console.log('Bypass bot check'); console.log(`Bypass bot check (Presented user-agent ${userAgent})`);
} }
/* This throws the necessary data to handleStatus (in status.ts) */ /* This throws the necessary data to handleStatus (in status.ts) */