mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-03 19:20:16 +00:00
RUN whitelist testing generator REF: #270
This commit is contained in:
parent
e7a49fb40c
commit
7d877630fb
2 changed files with 3 additions and 3 deletions
|
@ -52,8 +52,8 @@ _tmpnginx1=_tmpnginx1
|
||||||
_tmpnginx2=_tmpnginx2
|
_tmpnginx2=_tmpnginx2
|
||||||
_start1="# START MAKE BAD BOTS GOOD ### DO NOT EDIT THIS LINE AT ALL ###"
|
_start1="# START MAKE BAD BOTS GOOD ### DO NOT EDIT THIS LINE AT ALL ###"
|
||||||
_end1="# END MAKE BAD BOTS GOOD ### DO NOT EDIT THIS LINE AT ALL ###"
|
_end1="# END MAKE BAD BOTS GOOD ### DO NOT EDIT THIS LINE AT ALL ###"
|
||||||
_start1="# START MAKE BAD REFERRERS GOOD ### DO NOT EDIT THIS LINE AT ALL ###"
|
_start2="# START MAKE BAD REFERRERS GOOD ### DO NOT EDIT THIS LINE AT ALL ###"
|
||||||
_end1="# END MAKE BAD REFERRERS GOOD ### DO NOT EDIT THIS LINE AT ALL ###"
|
_end2="# END MAKE BAD REFERRERS GOOD ### DO NOT EDIT THIS LINE AT ALL ###"
|
||||||
_action1="0;"
|
_action1="0;"
|
||||||
|
|
||||||
# ****************************
|
# ****************************
|
||||||
|
|
|
@ -50,7 +50,7 @@ script:
|
||||||
- bash .dev-tools/test-blocker.sh
|
- bash .dev-tools/test-blocker.sh
|
||||||
- bash .dev-tools/test-blocker-badwords.sh
|
- bash .dev-tools/test-blocker-badwords.sh
|
||||||
- bash .dev-tools/test-blocker-whitelist-domains.sh
|
- bash .dev-tools/test-blocker-whitelist-domains.sh
|
||||||
- bash -x .dev-tools/test-blocker-whitelist.sh
|
- bash .dev-tools/test-blocker-whitelist.sh
|
||||||
- bash .dev-tools/modify-files-and-commit.sh
|
- bash .dev-tools/modify-files-and-commit.sh
|
||||||
|
|
||||||
before_deploy:
|
before_deploy:
|
||||||
|
|
Loading…
Add table
Reference in a new issue