mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-16 18:19:48 +00:00
New regex formatting of bad referrers with dots escaped.
- Dots . need to be escaped as it leads to false positives. - Reported in https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/issues/61
This commit is contained in:
parent
bab0724582
commit
9f4f2436f6
2 changed files with 29 additions and 3 deletions
|
@ -72,12 +72,13 @@ git checkout master
|
|||
# Modify our files with build and version information
|
||||
# ***************************************************
|
||||
|
||||
php ./travisCI/generate-regex-format-referrers.php
|
||||
sudo $TRAVIS_BUILD_DIR/travisCI/generate-blacklist.sh
|
||||
sudo $TRAVIS_BUILD_DIR/travisCI/modify-config-readme-files.sh
|
||||
sudo $TRAVIS_BUILD_DIR/travisCI/generate-robots.sh
|
||||
sudo $TRAVIS_BUILD_DIR/travisCI/generate-google-disavow.sh
|
||||
php ./travisCI/generate-google-exclude.php
|
||||
php ./travisCI/generate-regex-format-referrers.php
|
||||
|
||||
|
||||
# *************************************
|
||||
# Add all the modified files and commit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue