We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0183439 commit 3e4491dCopy full SHA for 3e4491d
1 file changed
src/core/port.ts
@@ -34,6 +34,7 @@ function isPortSafe(port: number): boolean {
34
6669, // Alternate IRC [Apple addition]
35
6679, // osaut
36
6697, // IRC + TLS
37
+ 7000, // As of 2024-10-21, Chrome doesn't appear to like this port anymore
38
].includes(port);
39
}
40
0 commit comments