Disable HTTPS upgrade?
Disable HTTPS upgrade?
Posted Mar 5, 2025 10:55 UTC (Wed) by excors (subscriber, #95769)In reply to: Disable HTTPS upgrade? by intelfx
Parent article: Firefox 136.0 released
> Resources made available via the "https" scheme have no shared identity with the "http" scheme. They are distinct origins with separate namespaces.
but then goes on to mention cookies as an example of features that undermine the strict distinction. Specifically RFC6265 says:
> servers SHOULD NOT both run mutually distrusting services on different ports of the same host and use cookies to store security-sensitive information.
because cookies are shared by all schemes and ports on the same host. So even if you stick to the hypothetical world described by RFCs and ignore practical concerns, you can't treat HTTP and HTTPS services on the same host as completely independent.
