From 2131267f57b9181d8ce9387427c098b274d49e3a Mon Sep 17 00:00:00 2001 From: Yin Shanyang Date: Thu, 16 Jun 2022 14:34:23 +0200 Subject: [PATCH] Add xh to PLAIN_TEXT_AGENTS Add rust cli tool xh (https://github.com/ducaale/xh) to PLAIN_TEXT_AGENTS. --- bin/app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/app.py b/bin/app.py index d965bd7..62be0db 100644 --- a/bin/app.py +++ b/bin/app.py @@ -83,6 +83,7 @@ PLAIN_TEXT_AGENTS = [ "powershell", "fetch", "aiohttp", + "xh", ] def _is_html_needed(user_agent):