跳至主要內容

浏览器


问题

浏览器输入http总是被自动跳转至https问题open in new window
解决Chrome浏览器自动转换https的四种方法open in new window

chrome://net-internals/#hsts
edge://net-internals/#hsts

chrome://flags/
搜索 HTTPS Upgrades,改为 disabled

# harbor nginx hsts
add_header Strict-Transport-Security "max-age=31536000; includeSubdomains; preload";
上次编辑于:
贡献者: Michael-LiuQ