Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix typo in error message
  • Loading branch information
Flameeyes committed Feb 14, 2017
1 parent 461a77a commit b653830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/flameeyes_15_robots_validation.conf
Expand Up @@ -131,5 +131,5 @@ SecRule REQUEST_HEADERS:User-Agent "@contains mojeekbot" \
SecRule REMOTE_HOST "!@endsWith .mojeek.com"

SecRule REQUEST_HEADERS:User-Agent "@contains linkedinbot" \
"id:431520,t:lowercase,chain,deny,status:403,msg:'Fake LinkedInBot craweler.',phase:2"
"id:431520,t:lowercase,chain,deny,status:403,msg:'Fake LinkedInBot crawler.',phase:2"
SecRule REMOTE_HOST "!@endsWith .linkedin.com"

0 comments on commit b653830

Please sign in to comment.