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

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

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

是。 当我input你的主题标题时,这个在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.