AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / server / 问题 / 771566
Accepted
wrieedx
wrieedx
Asked: 2016-04-20 17:17:22 +0800 CST2016-04-20 17:17:22 +0800 CST 2016-04-20 17:17:22 +0800 CST

是否可以在 IE 11 中禁用 HTTP 严格传输安全性?

  • 772

是否可以在 IE 11 中禁用 HTTP 严格传输安全性?

为什么要这样做的示例:特定用户组已通过代理过滤互联网访问,其中仅允许列入白名单的域和 URL。您希望允许访问http://www.xyzzy.com/hi/there但由于该网站使用 HTTP 严格传输安全性,用户被重定向到https://www.xyzzy.com/hi/there。在这种情况下,您将被迫允许访问所有https://www.xyzzy.com。

https internet-explorer-11
  • 1 1 个回答
  • 12636 Views

1 个回答

  • Voted
  1. Best Answer
    Tim
    2016-04-20T17:33:53+08:002016-04-20T17:33:53+08:00

    是的。当我输入您的主题标题时,此页面在 Google 中很显眼,告诉您如何操作。

    然而,这听起来不是一个好主意。您最好获得更好的阻止软件,让您可以按协议和域名进行阻止。

    这是在代码块中,抱歉,正确格式化它需要很长时间。查看链接页面的格式。

    对于基于 x86 的系统

    Click Start, click Run, type regedit, and then click OK.
    Locate the following registry subkey:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\
    On the Edit menu, point to New, and then click Key.
    Type FEATURE_DISABLE_HSTS, and then press Enter.
    Click FEATURE_DISABLE_HSTS.
    On the Edit menu, point to New, and then click DWORD value.
    Type iexplore.exe.
    On the Edit menu, click Modify
    In the Value data box, type 1, and then click OK.
    

    对于基于 x86 的系统

    Click Start, click Run, type regedit, and then click OK.
    Locate the following registry subkey:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\
    On the Edit menu, point to New, and then click Key.
    Type FEATURE_DISABLE_HSTS, and then press Enter.
    Click FEATURE_DISABLE_HSTS.
    On the Edit menu, point to New, and then click DWORD value.
    Type iexplore.exe.
    On the Edit menu, click Modify
    In the Value data box, type 1, and then click OK.
    
    Note The valid values for the iexplore.exe subkey are 0 and 1. A value of 1 disables the feature, and 0 enables the feature.
    Exit Registry Editor.
    
    For x64-based systems
    Click Start, click Run, type regedit, and then click OK.
    Locate the following registry subkey:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\
    On the Edit menu, point to New, and then click Key.
    Type FEATURE_DISABLE_HSTS, and then press Enter.
    Click FEATURE_DISABLE_HSTS.
    On the Edit menu, point to New, and then click DWORD value.
    Type iexplore.exe.
    On the Edit menu, click Modify
    In the Value data box, type 1, and then click OK.
    
    Note The valid values for the iexplore.exe subkey are 0 and 1. A value of 1 disables the feature, and 0 enables the feature.
    Locate the following registry subkey: 
    
    HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\Main\FeatureControl\
    On the Edit menu, point to New, and then click Key.
    Type FEATURE_DISABLE_HSTS, and then press Enter.
    Click FEATURE_DISABLE_HSTS.
    On the Edit menu, point to New, and then click DWORD value.
    Type iexplore.exe.
    On the Edit menu, click Modify.
    In the Value data box, type 1, and then click OK.
    
    Note The valid values for the iexplore.exe subkey are 0 and 1. A value of 1 disables the feature, and 0 enables the feature.
    Exit Registry Editor.
    
    • 1

相关问题

  • 为 IIS 7.0 问题创建证书

  • IE6 和更高版本在 HTTPS 处理方面的差异

  • 如何模拟连接到 HTTPS 并记录握手?

  • SSL 错误:ssl_error_bad_mac_read

  • 在实时站点上使用自签名证书有什么好处?

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    新安装后 postgres 的默认超级用户用户名/密码是什么?

    • 5 个回答
  • Marko Smith

    SFTP 使用什么端口?

    • 6 个回答
  • Marko Smith

    命令行列出 Windows Active Directory 组中的用户?

    • 9 个回答
  • Marko Smith

    什么是 Pem 文件,它与其他 OpenSSL 生成的密钥文件格式有何不同?

    • 3 个回答
  • Marko Smith

    如何确定bash变量是否为空?

    • 15 个回答
  • Martin Hope
    Tom Feiner 如何按大小对 du -h 输出进行排序 2009-02-26 05:42:42 +0800 CST
  • Martin Hope
    Noah Goodrich 什么是 Pem 文件,它与其他 OpenSSL 生成的密钥文件格式有何不同? 2009-05-19 18:24:42 +0800 CST
  • Martin Hope
    Brent 如何确定bash变量是否为空? 2009-05-13 09:54:48 +0800 CST
  • Martin Hope
    cletus 您如何找到在 Windows 中打开文件的进程? 2009-05-01 16:47:16 +0800 CST

热门标签

linux nginx windows networking ubuntu domain-name-system amazon-web-services active-directory apache-2.4 ssh

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve