Skip to content

Commit

Permalink
fix Bug 65729 - Add private IP and link-local addresses to the blackl…
Browse files Browse the repository at this point in the history
…ist (#117)
  • Loading branch information
evgeniy-antonyuk authored Jan 13, 2024
1 parent c1c5551 commit 6c29cf7
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion config/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,14 @@
}
},
"webhooks": {
"blacklist": [ ]
"blacklist": [
"0.0.0.0/8",
"10.0.0.0/8",
"100.64.0.0/10",
"127.0.0.0/8",
"169.254.0.0/16",
"172.16.0.0/12",
"192.168.0.0/16"
]
}
}

0 comments on commit 6c29cf7

Please sign in to comment.