Open
Description
Description
Subsurface Version
N/A
Platform(s)
Linux
Platform Version
ChromeOS
Divecomputer Model
No response
Steps to Reproduce
It seems my browser doesn't send a language header, so I guess the language link default is broken.
@mikeller there we go, sorry for messing up the old bug that apparently should have had nothing to do with the current site.
navigator.languages in the console does return ['en-US'] so I'm a bit confused nevertheless how this can happen, also I am pretty sure I should have way more languages in my fallback...
Used request header:
GET / HTTP/1.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7
Accept-Encoding: gzip, deflate, br, zstd
Cache-Control: max-age=0
Connection: keep-alive
Host: subsurface-divelog.org
Sec-Fetch-Dest: document
Sec-Fetch-Mode: navigate
Sec-Fetch-Site: none
Sec-Fetch-User: ?1
Upgrade-Insecure-Requests: 1
User-Agent: Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36
sec-ch-ua: "Google Chrome";v="135", "Not-A.Brand";v="8", "Chromium";v="135"
sec-ch-ua-mobile: ?0
sec-ch-ua-platform: "Chrome OS"
sec-gpc: 1
It does confirm here that there is no Accepted Languages element here...
Mentions
No response