mirror of
https://github.com/fabriziosalmi/patterns.git
synced 2025-12-29 16:15:12 +00:00
Update: [Sun Jan 26 00:25:41 UTC 2025]
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
|
||||
map $request_uri $waf_block_rfi {
|
||||
default 0;
|
||||
"~*!@endsWith .%{request_headers.host}" 1;
|
||||
"~*^(?i:file|ftps?|https?)://(?:d{1,3}.d{1,3}.d{1,3}.d{1,3})" 1;
|
||||
"~*!@endsWith .%{request_headers.host}" 1;
|
||||
}
|
||||
|
||||
if ($waf_block_rfi) {
|
||||
|
||||
Reference in New Issue
Block a user