384
Cloudflare blocking Pale Moon and other browsers with smaller user bases
(www.theregister.com)
This is a most excellent place for technology news and articles.
Yeah and that's why it's one of the basics of the basics you learn as a software developer that you shouldn't sniff the useragent, because it's unreliable and causes issues. Yet all big webpages (especially those pretending to be a software) do it, causing issues.
Just don't do user agent sniffing, do feature detection instead.