Merge pull request #428 from Jaykul/patch-1

Add PowerShell user agent
This commit is contained in:
Igor Chubin 2020-04-11 18:13:14 +02:00 committed by GitHub
commit 6038296312
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -77,7 +77,8 @@ PLAIN_TEXT_AGENTS = [
"lwp-request",
"wget",
"python-requests",
"OpenBSD ftp"
"OpenBSD ftp",
"PowerShell"
]
PLAIN_TEXT_PAGES = [':help', ':bash.function', ':translation']