We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37cc326 commit 8f47bcbCopy full SHA for 8f47bcb
src/lib/server/urlSafety.ts
@@ -3,7 +3,6 @@ import { isIP } from "node:net";
3
4
const UNSAFE_IPV4_SUBNETS = [
5
"0.0.0.0/8",
6
- "10.0.0.0/8",
7
"100.64.0.0/10",
8
"127.0.0.0/8",
9
"169.254.0.0/16",
0 commit comments