-
Notifications
You must be signed in to change notification settings - Fork 698
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 default development domain #433
Comments
For now it's possible to switch Valet to using |
Happy to accept a PR for this, I think we'll do |
Just pointing out that PR #436 is in progress to address this. |
Sad that we have to drop |
Has anyone discovered a TLD working in Chrome Canary? After Using |
To get around that I just add |
@curtisblackwell Like @drbyte said, you can add the protocol to the beginning to make sure Chrome knows you are trying to resolve an address, or you can also add a trailing slash, like |
so as @adamwathan said, simply add |
Can be closed |
|
Trailing slash should fix it but if not add the protocol to the beginning,
like http://myproject.test
…On Sat, Dec 16, 2017 at 9:40 AM Vaibhavraj Roham ***@***.***> wrote:
.app again stopped working and .test leads to google search. @ctf0
<https://github.com/ctf0> adding / at end also won't fixes it.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#433 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AEH3bHVtULC0biMrTWQwLfYBrhp3Pemaks5tA9ZagaJpZM4PaF93>
.
|
|
I switched from .dev to .ved because it's therapy for my dyslexic brain. And I like 3 letter TDLs. |
How annoying is this! Took me forever to find this out. I just thought valet had stopped working. |
@ptisinge I've just read a note when mention this issue for us as developers....hahahaha and I was fighting whit my localhost weeks ago to run "HTTPS" with my own SSL Certificate, and when I finally run the SSL - HTTPS the "Add Exception..." button doesn't appear to run this. 😆 🤣 |
It's annoying. But I discovered when you're offline, the test tld works without problem. |
Since
.dev
is an official Top Level Domain it should not be used for local development. Also, Chrome will force https on these domains in the future:https://ma.ttias.be/chrome-force-dev-domains-https-via-preloaded-hsts/
Valet should adopt
.test
or another domain for special use cases:https://www.iana.org/assignments/special-use-domain-names/special-use-domain-names.xhtml
The text was updated successfully, but these errors were encountered: