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 a4e23a2 commit df9229cCopy full SHA for df9229c
src/routes/api/fetch-url/+server.ts
@@ -17,7 +17,6 @@ function isValidUrl(urlString: string): boolean {
17
hostname === "localhost" ||
18
hostname.startsWith("127.") ||
19
hostname.startsWith("192.168.") ||
20
- hostname.startsWith("10.") ||
21
hostname.startsWith("172.16.") ||
22
hostname === "[::1]" ||
23
hostname === "0.0.0.0"
0 commit comments