We base our web services on Python's built in HTTP server, so we send the following Server header: Server: BaseHTTP/0.3 Python/2.7.17 However this does very little to identify us, and we modify things rather heavily so it is probably misleading as well. We should probably send something more unique to us.
The norm seems to be to include all relevant software, so let's add our version rather than replacing the existing ones.
Nice new version string in place now.
Looks good in both Firefox 80 and 85!
(In reply to Niko Lehto from comment #4) > Looks good in both Firefox 80 and 85! I meant Firefox 80 and Chrome 85.