bmullan91 / express-subdomain

Super simple subdomain middleware for expressjs
415 stars 49 forks source link

Remove .dev example for local development in README #47

Open iamhosseindhv opened 5 years ago

iamhosseindhv commented 5 years ago

As of Chrome 63, Chrome will force .dev domains to HTTPS via preloaded HSTS. So it's better to not go through the hassle of setting up https for localhost and just simply use another top level domain like .tech for local development.

jcrben commented 3 years ago

.internal seems to be the most standard convention https://serverfault.com/a/1041148/309584