File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -89,13 +89,13 @@ unique debugger session id. The same-origin-policy prevents websites from being
8989able to make this HTTP connection. For additional security against
9090[DNS rebinding attacks](https://en.wikipedia.org/wiki/DNS_rebinding), Node.js
9191verifies that the 'Host' headers for the connection either
92- specify an IP address or `localhost` or `localhost6` precisely. -->
92+ specify an IP address or `localhost` precisely. -->
9393Sites abertos em um navegador podem fazer requisições via websockets e HTTP
9494desde que estejam dentro do modelo de segurança do browser. Uma conexão HTTP inicial
9595é necessária para obter um ID único para uma sessão de debugging. Para mais segurança
9696contra [ ataques de rebinding de DNS] ( https://en.wikipedia.org/wiki/DNS_rebinding ) ,
9797o Node.js verifica se o header ` Host ` para a conexão especificam ou um endereço de IP
98- que seja exatamente ` localhost ` ou ` localhost6 ` .
98+ que seja exatamente ` localhost ` .
9999
100100<!-- These security policies disallow connecting to a remote debug server by
101101specifying the hostname. You can work-around this restriction by specifying
You can’t perform that action at this time.
0 commit comments