Hacker News new | ask | show | jobs
by merek 293 days ago
Will enabling "HTTPS-Only Mode" block http://localhost? If so, it would interfere with web development.
3 comments

No, it doesn't block localhost.

Also you can add exceptions, so if you have e.g. a HTTP-only server on your local network, you can whitelist it manually.

No, you can always continue on to non-HTTPS pages.
Can you create some certs for yourself?