Chrome redirects .dev to https

前端 未结 7 1282
萌比男神i
萌比男神i 2020-11-27 06:40

Suddenly Google Chrome redirects my virtual-host domain myapplication.dev to https://myapplication.dev. I already tried to go to

chrome://net-interna

7条回答
  •  感情败类
    2020-11-27 07:30

    There is no way to prevent Chrome (>= 63) form using https on .dev domain names.
    Google now owns the official .dev tld and has already stated that they will not remove this functionality.

    The recommendation is to use another tld for development purposes, such as .localhost or .test.

    More information about this update can be found in this article by Mattias Geniar.

提交回复
热议问题