chubin / wttr.in

:partly_sunny: The right way to check the weather
https://wttr.in
Apache License 2.0
24.01k stars 1.08k forks source link

Consider missing/empty agent to be plaintext #1003

Open DavidBuchanan314 opened 1 week ago

DavidBuchanan314 commented 1 week ago

This PR adds "" (empty string) to the PLAIN_TEXT_AGENTS list.

This means that a client that doesn't set the user-agent header at all (or sets it to an empty string) will be treated as plaintext.

Rationale: A client that doesn't set the UA is likely to be bare-bones, and therefore likely plaintext.