我知道我们在Chrome中使用thisisunsafe
来绕过这些错误页面,但是我如何在Firefox中绕过这些页面呢?加载页面时会出现以下错误:-
Firefox detected a potential security threat and did not continue to <site> because this website requires a secure connection.
<site> has a security policy called HTTP Strict Transport Security (HSTS), which means that Firefox can only connect to it securely. You can’t add an exception to visit this site.
我尝试了以下步骤来解决这个问题,但没有解决问题:-
about:config
Accept the Risk and Continue
security.enterprise_roots.enabled
并点击enter
true
true
我正在火狐中寻找thisisunsafe
的解决方案。
发布于 2021-06-07 11:44:59
在Mozilla地址栏中的
about:config
network.stricttransportsecurity.preloadlist
false
并重新启动浏览器.。
发布于 2022-04-05 07:56:06
截至2022年4月5日的,,我就是这样用火狐98绕过You can’t add an exception to visit this site.
的。
如果您在没有Add Exception
按钮的情况下看到这一点:
Preferences
:
Privacy & Security
选项卡:
View Certificates...
Certificates
并单击
打开Add Exception...
选项卡并单击
填写Get Certificate
字段并单击
在Confirm Security Exception
上单击
您现在应该看到您的异常,单击Ok
https://stackoverflow.com/questions/67707027
复制相似问题