-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
use .test instead of .dev as development domain #8567
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use .test instead of .dev as development domain #8567
Conversation
Since .dev is an official Top Level Domain it should not be used for local development. Also, Chrome forces https on these domains.
I've discussed this issue privately with some community members. It's true that |
This used to be Meanwhile, the TLD used in the official docs was changed a couple time (e.g. According to RFC 2606, these TLDs are reserved:
As MacOS does the loopback to To make a long story short: Big 👍 for using |
It's "funny" that the right one ( |
Well, |
Thanks Henry! |
This PR was merged into the 2.7 branch. Discussion ---------- use .test instead of .dev as development domain Since `.dev` is an official Top Level Domain it should not be used for local development. Also, Chrome forces https on these domains. Commits ------- 7cd40bf use .test instead of .dev as development domain
Since
.dev
is an official Top Level Domain it should not be used for local development.Also, Chrome forces https on these domains.