Note: this is not a duplicate of How to stop an automatic redirect from “http://” to “https://” in Chrome
In Chrome 93 on Windows 7:
- I browse to http://example.net/a
- Chrome hides the protocol in the address bar, so I only see "example.net/a"
- I edit the URL to "example.net/b"
- This takes me to https://example.net/b while I expected to go to http://example.net/b
Is there a way to disable this extremely annoying behaviour?
Note that there is no HSTS at play here - if I query for "example.net" under chrome://net-internals/#hsts it says "Not found". It happens even in Incognito mode without any extensions. Does not happen in Firefox.