▲ | JoshTriplett 2 days ago | ||||||||||||||||||||||||||||||||||
They show any site served over HTTP as explicitly not secure in the address bar (making HTTPS the "default" and HTTP the visibly dangerous option), they limit many web APIs to sites served over HTTPS ( https://developer.mozilla.org/en-US/docs/Web/Security/Secure...) , https://developer.mozilla.org/en-US/docs/Web/Security/Secure... ), they block or upgrade mixed-content by default (HTTPS sites cannot request HTTP-only resources anymore), they require HTTPS for HTTP/2 and HTTP/3, they increasingly attempt HTTPS to a site first even if linked/typed as http, they warn about downloads over http, and they're continuing to ratchet up such measures over time. | |||||||||||||||||||||||||||||||||||
▲ | foobiekr 2 days ago | parent | next [-] | ||||||||||||||||||||||||||||||||||
If browser vendors really cared, they would disable javascript on non-https sites. | |||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||
▲ | fc417fc802 2 days ago | parent | prev [-] | ||||||||||||||||||||||||||||||||||
> they increasingly attempt HTTPS to a site first even if linked/typed as http And can generally be configured by the user not to downgrade to http without an explicit prompt. Honestly I disagree with the refusal to support various APIs over http. Making the (configurable last I checked) prompt mandatory per browser session would have sufficed to push all mainstream sites to strictly https. | |||||||||||||||||||||||||||||||||||
|