chrome浏览器关闭hsts
家里公网,ddns 远程回家,黑群,openwrt 加了 ssl ,不同端口访问不同的设备,如下:
1 ,openwrt:https://aa.aa.com:8081 2 ,黑群: https://aa.aa.com:8082 3 ,transmission:http://aa.aa.com:9091 4,https 5,http
有的加了ssl证书,有的没有加,在用chrome访问时,如果打开了https的网页后,再打开http的网页,会强制跳转到https的链接,所以造成打不开的现象。
为了更好的解决这个问题,我们可以把强制https关闭掉
在chrome地址栏里输入以下文字
chrome://flags/#https-only-mode-setting
将HTTPS-First Mode Setting设置为关即可
这样以来,同一个域名不同的端口,https和http就不相互跳转了。