避免 Chrome(Edge)强制转换 HTTPSb
有些网站只能用 http 访问,但有时候浏览器会强制转换为 https,导致访问错误。以下步骤将展示如何禁用浏览器的自动转换。
操作步骤
在地址栏输入链接并回车:
- Chrome:
chrome://net-internals/#hsts
- Edge:
edge://net-internals/#hsts
在
Delete domain security policies
栏,将你不需要自动转换的链接填进。比如,我要求 wiki-power.com
不被强制转换为 https 访问,则填入 wiki-power.com
然后点击 Delete
删除即可。随后在地址栏输入链接并回车:
- Chrome:
chrome://flags/#edge-automatic-https
- Edge:
edge://flags/#edge-automatic-https
将
Automatic HTTPS
选项的 Default
改为 Disabled
,并重启浏览器。Loading...