New issue
Advanced search Search tips

Issue 794160 link

Starred by 1 user

Issue metadata

Status: Duplicate
Merged: issue 766091
Owner: ----
Closed: Dec 2017
EstimatedDays: ----
NextAction: ----
OS: Windows
Pri: 2
Type: Bug-Regression



Sign in to add a comment

Chrome is redirecting all "*.dev" addresses to https://

Reported by joshtip...@gmail.com, Dec 12 2017

Issue description

UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36

Steps to reproduce the problem:
1. Add a URL into your hosts file for local development with a .dev extension
2. Try to go to that address locally on your machine and it will forward the request to "https" rendering the page unusable unless you install an ssl certificate for the site.
3. 

What is the expected behavior?
Let the user decide if they want the page redirected to SSL

What went wrong?
My entire local development environment will no longer work with the .dev domain extension since I don't need to use SSL for my development environment. It works fine in every browser except Chrome.

Did this work before? Yes Whatever the most recent version was before 12/10/2017

Does this work in other browsers? Yes

Chrome version: 63.0.3239.84  Channel: stable
OS Version: 10.0
Flash Version:
 
Mergedinto: 766091
Status: Duplicate (was: Unconfirmed)
This is due to HSTS preloading of the .dev TLD. .dev is a real TLD, not for use in local testing.

You can use one of the TLDs described in RFC 2606 to avoid collisions with possible future domains:

.test
.example
.invalid
.localhost

Sign in to add a comment