Skip to content

Commit fec1f51

Browse files
RafaelGSSMaledong
andauthored
doc: fix outdate section (#4736)
Co-authored-by: Maledong <maledong_public@foxmail.com>
1 parent 9acb9bb commit fec1f51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

locale/pt-br/docs/guides/debugging-getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,13 @@ unique debugger session id. The same-origin-policy prevents websites from being
8989
able to make this HTTP connection. For additional security against
9090
[DNS rebinding attacks](https://en.wikipedia.org/wiki/DNS_rebinding), Node.js
9191
verifies 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. -->
9393
Sites abertos em um navegador podem fazer requisições via websockets e HTTP
9494
desde 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
9696
contra [ataques de rebinding de DNS](https://en.wikipedia.org/wiki/DNS_rebinding),
9797
o 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
101101
specifying the hostname. You can work-around this restriction by specifying

0 commit comments

Comments
 (0)