It’s mind-boggling to me the hoops we have to jump through to get https://localhost working for #web #development.
Browsers should just show a pop-up: “Are you a web developer using https://localhost for testing? If so, we’ll treat it as trusted. If you don’t know what this means, answer No. [Yes, No]”
And boom. If you answer yes, you can test with https://localhost without requiring mkcert, certutil, etc.
(Until then, you can use https://codeberg.org/small-tech/auto-encrypt-localhost in your #NodeJS projects.)