Update: [Sun Dec 22 00:28:28 UTC 2024]

This commit is contained in:
github-actions[bot]
2024-12-22 00:28:28 +00:00
parent b05a7d87c2
commit 1e4bb70b5d
50 changed files with 428 additions and 577 deletions

View File

@@ -670,6 +670,10 @@ map $http_user_agent $bad_bot {
"~*zgrab" 1;
default 0;
}
if ($bad_bot) {
map $http_x_evil_bit $evil_bit_detected {
default 0;
"1" 1;
}
if ($bad_bot or $evil_bit_detected) {
return 403;
}