Skip to content

Commit 8f47bcb

Browse files
authored
fix: remove 10.0.0.0/8 from SSRF blocked subnets (#2138)
1 parent 37cc326 commit 8f47bcb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib/server/urlSafety.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { isIP } from "node:net";
33

44
const UNSAFE_IPV4_SUBNETS = [
55
"0.0.0.0/8",
6-
"10.0.0.0/8",
76
"100.64.0.0/10",
87
"127.0.0.0/8",
98
"169.254.0.0/16",

0 commit comments

Comments
 (0)