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`
This commit is contained in:
parent
9e3b32a97d
commit
7801bd0468
1 changed files with 2 additions and 1 deletions
|
|
@ -77,7 +77,8 @@ PLAIN_TEXT_AGENTS = [
|
||||||
"lwp-request",
|
"lwp-request",
|
||||||
"wget",
|
"wget",
|
||||||
"python-requests",
|
"python-requests",
|
||||||
"OpenBSD ftp"
|
"OpenBSD ftp",
|
||||||
|
"PowerShell"
|
||||||
]
|
]
|
||||||
|
|
||||||
PLAIN_TEXT_PAGES = [':help', ':bash.function', ':translation']
|
PLAIN_TEXT_PAGES = [':help', ':bash.function', ':translation']
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue