From c9974d2a4cbae8e9022fc38e8df1fab87cf2b435 Mon Sep 17 00:00:00 2001 From: Igor Chubin Date: Sat, 26 Mar 2022 19:32:19 +0100 Subject: [PATCH] Add httpx to plain-text agents (#707) --- lib/globals.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/globals.py b/lib/globals.py index 19bd0d5..edc5e24 100644 --- a/lib/globals.py +++ b/lib/globals.py @@ -79,6 +79,7 @@ PLAIN_TEXT_AGENTS = [ "lwp-request", "wget", "python-requests", + "python-httpx", "openbsd ftp", "powershell", "fetch",