Block iaskspider/2.0
This commit is contained in:
parent
583b3409d5
commit
a5fc743bee
|
@ -38,6 +38,7 @@ RewriteCond %{HTTP_USER_AGENT} (Google-Extended) [NC,OR]
|
|||
RewriteCond %{HTTP_USER_AGENT} (GoogleOther) [NC,OR]
|
||||
RewriteCond %{HTTP_USER_AGENT} (GoogleOther-Image) [NC,OR]
|
||||
RewriteCond %{HTTP_USER_AGENT} (GoogleOther-Video) [NC,OR]
|
||||
RewriteCond %{HTTP_USER_AGENT} (iaskspider/2.0) [NC,OR]
|
||||
RewriteCond %{HTTP_USER_AGENT} (ICC-Crawler) [NC,OR]
|
||||
RewriteCond %{HTTP_USER_AGENT} (ImagesiftBot) [NC,OR]
|
||||
RewriteCond %{HTTP_USER_AGENT} (Meta-ExternalAgent) [NC,OR]
|
||||
|
|
|
@ -18,6 +18,7 @@ User-agent: Google-Extended
|
|||
User-agent: GoogleOther
|
||||
User-agent: GoogleOther-Image
|
||||
User-agent: GoogleOther-Video
|
||||
User-agent: iaskspider/2.0
|
||||
User-agent: ICC-Crawler
|
||||
User-agent: ImagesiftBot
|
||||
User-agent: Meta-ExternalAgent
|
||||
|
|
Loading…
Reference in New Issue