mirror of
https://github.com/fabriziosalmi/patterns.git
synced 2025-12-29 16:15:12 +00:00
Update: [Fri Jan 24 00:25:21 UTC 2025]
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
|
||||
map $request_uri $waf_block_leakages {
|
||||
default 0;
|
||||
"~*^5d{2}$" 1;
|
||||
"~*^#!s?/" 1;
|
||||
"~*(?:<(?:TITLE>Index of.*?<H|title>Index of.*?<h)1>Index of|>[To Parent Directory]</[Aa]><br>)" 1;
|
||||
"~*^5d{2}$" 1;
|
||||
}
|
||||
|
||||
if ($waf_block_leakages) {
|
||||
|
||||
Reference in New Issue
Block a user