I generally want https upgrades, but localhost always gets upgraded to https://localhost which never works for me locally since I do not setup SSL for localhost domains.
https://www.loom.com/share/ce193e59529e47b789703987e4d49c58
Developers who type in localhost:3000 in their URL bar don't get sent to https://localhost:3000 and then hit an SSL error page; instead they get taken to their local dev server as normal in any other browser.