From eb67a5e0c10c64526842a4f3765608cfb61dbabc Mon Sep 17 00:00:00 2001 From: Chris Date: Sun, 31 Jan 2021 16:09:42 +0000 Subject: [PATCH] Add aiohttp as a plain text agent --- bin/app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/app.py b/bin/app.py index 17acc03..d965bd7 100644 --- a/bin/app.py +++ b/bin/app.py @@ -82,6 +82,7 @@ PLAIN_TEXT_AGENTS = [ "openbsd ftp", "powershell", "fetch", + "aiohttp", ] def _is_html_needed(user_agent):