Можно ли отключить HTTP Strict Transport Security в IE 11?

Можно ли отключить HTTP Strict Transport Security в IE 11?

Пример того, почему кто-то хотел бы сделать это: определенная группа пользователей отфильтровала доступ в Интернет через прокси-сервер, где разрешены только домены и URL-адреса из белого списка. Вы хотите разрешить доступ к http://www.xyzzy.com/hi/there но поскольку веб-сайт использует HTTP Strict Transport Security, пользователи перенаправляются на https://www.xyzzy.com/hi/there. В этой ситуации вы будете вынуждены разрешить доступ ко всем https://www.xyzzy.com/.

1 ответ

Решение

Да. Эта страница, которая была заметна в 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.
Другие вопросы по тегам