Fix Regex on Bad Referrers to Include Work Boundaries

- Leads to False Positives
This commit is contained in:
Mitchell Krog 2017-10-02 13:37:00 +02:00
parent a7728f043a
commit ba432d8b72
No known key found for this signature in database
GPG key ID: 2BB9A077C8DD6994

View file

@ -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