Skip to content

Commit 03987b9

Browse files
committed
chore: remove metadata IP addresses from blocklist
1 parent 44a9835 commit 03987b9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

internal/utils/security.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,6 @@ var restrictedHostnames = []string{
128128
"metadata.google.internal",
129129
"metadata.tencentyun.com",
130130
"metadata.aws.internal",
131-
"169.254.169.254", // AWS/GCP/Azure metadata endpoint
132-
"100.100.100.200", // Alibaba Cloud metadata
133131
}
134132

135133
// restrictedHostSuffixes contains hostname suffixes that are blocked

0 commit comments

Comments
 (0)