Add PowerShell user agent

PowerShell web and rest cmdlets use an agent like `Mozilla/5.0, (Windows NT 10.0; Microsoft Windows 10.0.18362; en-US), PowerShell/7.0.0`
pull/428/head
Joel Bennett 5 years ago committed by GitHub
parent 9e3b32a97d
commit 7801bd0468
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save