É possível desabilitar a Segurança de Transporte Restrito HTTP no IE 11?

2

É possível desativar a Segurança de Transporte Restrito HTTP no IE 11?

Exemplo de por que alguém iria querer fazer isso: Um determinado grupo de usuários filtrou o acesso à Internet por meio de um proxy, no qual apenas domínios e URLs permitidos são permitidos. Você deseja permitir o acesso ao link , mas como o site usa os usuários do HTTP Strict Transport Security, eles estão sendo redirecionados para link . Nesta situação, você seria forçado a permitir o acesso a todos os link .

    
por wrieedx 20.04.2016 / 03:17

1 resposta

1

Sim. Esta página , que era proeminente no Google quando eu digitei o título do seu tópico, informa como.

No entanto, isso não parece uma boa ideia. Talvez seja melhor obter um software de bloqueio melhor que permita bloquear por protocolo, bem como o nome de domínio.

Isso está em um bloco de código, desculpe, formatá-lo corretamente leva muito tempo. Veja a página vinculada para formatação.

Para sistemas baseados em 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.

Para sistemas baseados em 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.
    
por 20.04.2016 / 03:33