Skip to content

Commit df9229c

Browse files
authored
fix: allow com with huggingface (#1966)
1 parent a4e23a2 commit df9229c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/routes/api/fetch-url/+server.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ function isValidUrl(urlString: string): boolean {
1717
hostname === "localhost" ||
1818
hostname.startsWith("127.") ||
1919
hostname.startsWith("192.168.") ||
20-
hostname.startsWith("10.") ||
2120
hostname.startsWith("172.16.") ||
2221
hostname === "[::1]" ||
2322
hostname === "0.0.0.0"

0 commit comments

Comments
 (0)