diff --git a/.htaccess b/.htaccess index 845c687..7bf4421 100644 --- a/.htaccess +++ b/.htaccess @@ -39,6 +39,7 @@ 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} (ICC-Crawler) [NC,OR] +RewriteCond %{HTTP_USER_AGENT} (ISSCyberRiskCrawler) [NC,OR] RewriteCond %{HTTP_USER_AGENT} (ImagesiftBot) [NC,OR] RewriteCond %{HTTP_USER_AGENT} (Kangaroo Bot) [NC,OR] RewriteCond %{HTTP_USER_AGENT} (Meta-ExternalAgent) [NC,OR] diff --git a/robots.txt b/robots.txt index 21abf82..c1133fd 100644 --- a/robots.txt +++ b/robots.txt @@ -19,6 +19,7 @@ User-agent: GoogleOther User-agent: GoogleOther-Image User-agent: GoogleOther-Video User-agent: ICC-Crawler +User-agent: ISSCyberRiskCrawler User-agent: ImagesiftBot User-agent: Kangaroo Bot User-agent: Meta-ExternalAgent