We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2866977 + 84548d5 commit 1fb1170Copy full SHA for 1fb1170
addons/xterm-addon-web-links/src/WebLinksAddon.ts
@@ -10,7 +10,7 @@ const protocolClause = '(https?:\\/\\/)';
10
const domainCharacterSet = '[\\da-z\\.-]+';
11
const negatedDomainCharacterSet = '[^\\da-z\\.-]+';
12
const domainBodyClause = '(' + domainCharacterSet + ')';
13
-const tldClause = '([a-z\\.]{2,6})';
+const tldClause = '([a-z\\.]{2,18})';
14
const ipClause = '((\\d{1,3}\\.){3}\\d{1,3})';
15
const localHostClause = '(localhost)';
16
const portClause = '(:\\d{1,5})';
0 commit comments