mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-01 18:19:55 +00:00
Fix Regex on Bad Referrers to Include Work Boundaries
- Leads to False Positives
This commit is contained in:
parent
a7728f043a
commit
ba432d8b72
1 changed files with 1 additions and 1 deletions
|
@ -258,7 +258,7 @@ rm $_inputdb4
|
|||
printf '%s\n' "$_start5" >> "$_tmpnginx5"
|
||||
while IFS= read -r LINE
|
||||
do
|
||||
printf '\t%s\n' "${LINE}" >> "$_tmpnginx5"
|
||||
printf '\t%s%s%s\n' "\b" "${LINE}" "\b" >> "$_tmpnginx5"
|
||||
done < $_input5
|
||||
printf '%s\n' "$_end5" >> "$_tmpnginx5"
|
||||
mv $_tmpnginx5 $_inputdb5
|
||||
|
|
Loading…
Add table
Reference in a new issue