如何通过firefox浏览器的安全错误页面?

Neh*_*ary 19 browser firefox google-chrome

我知道我们thisisunsafe在 Chrome 中使用绕过此类错误页面,但如何在 Firefox 中绕过此类页面?\n加载页面时出现以下错误:-

\n
Firefox detected a potential security threat and did not continue to <site> because this website requires a secure connection.\n\n<site> has a security policy called HTTP Strict Transport Security (HSTS), which means that Firefox can only connect to it securely. You can\xe2\x80\x99t add an exception to visit this site.\n
Run Code Online (Sandbox Code Playgroud)\n

我尝试了以下步骤来解决它,但它没有解决问题:-

\n
    \n
  1. 打开一个新选项卡并输入about:config
  2. \n
  3. 点击了Accept the Risk and Continue
  4. \n
  5. 在搜索字段中输入security.enterprise_roots.enabled并按 Enter 键
  6. \n
  7. 我看到一个字段已启用true
  8. \n
  9. 不知道下一步该做什么,因为该字段已启用true
  10. \n
\n

我正在寻找thisisunsafeFirefox 的解决方法。

\n

Arm*_*mel 23

截至2022 年 4 月 5 日,这就是我You can\xe2\x80\x99t add an exception to visit this site.使用 Firefox 98 绕过的方法。

\n

如果您看到没有Add Exception按钮的情况:

\n

在此输入图像描述

\n
    \n
  1. 打开PreferencesFirefox 的:
  2. \n
\n

在此输入图像描述

\n
    \n
  1. 打开Privacy & Security选项卡:
  2. \n
\n

在此输入图像描述

\n
    \n
  1. 向下滚动Certificates并单击View Certificates...
  2. \n
\n

在此输入图像描述

\n
    \n
  1. 打开Servers选项卡并单击Add Exception...
  2. \n
\n

在此输入图像描述

\n
    \n
  1. 填写Location字段并单击Get Certificate
  2. \n
\n

在此输入图像描述

\n
    \n
  1. 点击Confirm Security Exception
  2. \n
\n

在此输入图像描述

\n
    \n
  1. 您现在应该看到异常,单击Ok
  2. \n
\n

在此输入图像描述

\n
    \n
  1. 重新加载您的页面,您现在应该能够看到您的网站:)
  2. \n
\n


Neh*_*ary 14

  1. 在 Mozilla Firefox 地址栏中,输入about:config
  2. 寻找network.stricttransportsecurity.preloadlist
  3. 并将最后一个字段值设置为false并重新启动浏览器。

  • 不再在 Firefox 95.02 中工作 (2认同)