Y
Hacker News
new
|
ask
|
show
|
jobs
by
ripexz
2770 days ago
They're already "broken" on Chrome for a few versions now, we switched all `.dev`s to `.localhost` in dev environments at my company.
1 comments
geerlingguy
2770 days ago
I've switched all my stuff to .test, since that domain doesn't cause as many weird issues with some routers, proxies, OS networking bugs, dumb regex, etc.
Also, .test is reserved for testing/local forever, so it won't suffer the same fate as .dev.
link
Also, .test is reserved for testing/local forever, so it won't suffer the same fate as .dev.