Skip to content

Commit 108631c

Browse files
pbezglasnyCopilot
andauthored
Update client/src/components/ElicitationUrlRequest.tsx
Co-authored-by: Copilot <[email protected]>
1 parent 8c135fb commit 108631c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

client/src/components/ElicitationUrlRequest.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,6 @@ const ElicitationUrlRequest = ({
7070
if (parsedUrl.hostname.includes("xn--")) {
7171
warnings.push("This URL contains internationalized characters");
7272
}
73-
if (/[^\u0020-\u007E]/.test(parsedUrl.hostname)) {
74-
warnings.push("This URL contains non-Latin characters");
75-
}
7673
return warnings;
7774
})();
7875

0 commit comments

Comments
 (0)