77
Chromium Blog: Towards HTTPS by default
(blog.chromium.org)
This is a most excellent place for technology news and articles.
I agree. That would be absurd.
However, I don't like not having the option of using HTTP if I want to use it. It's okay if the webserver redirects me, but I don't like if my browser does it when I didn't tell it to. I might want this when doing development, port tunneling, VPN stuff, etc. In most cases, it won't matter, but when it does, it will be a pain in the ass.
Imagine you want to test your redirect from 80 to 443 when setting up your webserver.
While I think for the normal user this enhances security by defaulting to HTTPS, however this makes no sense for a browser. This should be enforced server side, the browser is for browsing, i.e. viewing. Not controlling and competing with the server software for competency.
Chromium is really leaning into bad code practice with the disregard for "separation of concerns".
If it's enforced server-side, then there's still an initial connection that is unsecured and can potentially be intercepted/modified before it gets to the redirect from 80 to 443.