-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Open
Labels
interopImplementations are not interoperable with each otherImplementations are not interoperable with each othersecurity/privacyThere are security or privacy implicationsThere are security or privacy implicationstopic: navigation
Description
What is the issue with the HTML Standard?
If I load https://www.example.com/ and the TLS certificate says it is only valid for https://example.com/ then Chrome and Firefox will open https://example.com/ without prompting the user, whereas Safari and cURL both warn about an invalid certificate and fail to load. From examining Chromium source this seems limited to "www" subdomains. Loading an image or iframe from www.example.com with such a mismatch shows a failed load, so this seems to be limited to main frame navigations. This seems worth standardizing and aligning behavior on for increased interoperability.
Metadata
Metadata
Assignees
Labels
interopImplementations are not interoperable with each otherImplementations are not interoperable with each othersecurity/privacyThere are security or privacy implicationsThere are security or privacy implicationstopic: navigation