From 26a5fa533ad09c86ee0a8df1e9edcddea8498202 Mon Sep 17 00:00:00 2001 From: Igor Chubin Date: Mon, 27 Apr 2020 19:03:27 +0200 Subject: [PATCH] useragents fixed --- lib/globals.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/globals.py b/lib/globals.py index 0664d4a..7810fd6 100644 --- a/lib/globals.py +++ b/lib/globals.py @@ -79,7 +79,8 @@ PLAIN_TEXT_AGENTS = [ "lwp-request", "wget", "python-requests", - "OpenBSD ftp" + "openbsd ftp", + "powershell", ] PLAIN_TEXT_PAGES = [':help', ':bash.function', ':translation']