How to permanently exclude localhost from HSTS list in Google Chrome

后端 未结 4 1863
时光取名叫无心
时光取名叫无心 2020-12-29 03:44

This is a followup question to Google Chrome redirecting localhost to https.

Does anyone know, how to permanently exclude localhost from HSTS list in Go

4条回答
  •  一向
    一向 (楼主)
    2020-12-29 04:40

    You can follow the solution here.

    When Google Chrome keeps redirecting your localhost Url from http://localhost to https://localhost, do the following:

    1. Open the Developer Tools panel (CTRL+SHIFT+I)
    2. Click and hold the reload icon
    3. A menu will open
    4. Choose the 3rd option from this menu (“Empty Cache and Hard Reload”)

提交回复
热议问题