Add Webzio-Extended
This commit is contained in:
parent
6079a96d4a
commit
bc2a14037d
|
@ -52,5 +52,6 @@ RewriteCond %{HTTP_USER_AGENT} (cohere-ai) [NC,OR]
|
||||||
RewriteCond %{HTTP_USER_AGENT} (facebookexternalhit) [NC,OR]
|
RewriteCond %{HTTP_USER_AGENT} (facebookexternalhit) [NC,OR]
|
||||||
RewriteCond %{HTTP_USER_AGENT} (img2dataset) [NC,OR]
|
RewriteCond %{HTTP_USER_AGENT} (img2dataset) [NC,OR]
|
||||||
RewriteCond %{HTTP_USER_AGENT} (omgili) [NC,OR]
|
RewriteCond %{HTTP_USER_AGENT} (omgili) [NC,OR]
|
||||||
RewriteCond %{HTTP_USER_AGENT} (omgilibot) [NC]
|
RewriteCond %{HTTP_USER_AGENT} (omgilibot) [NC,OR]
|
||||||
|
RewriteCond %{HTTP_USER_AGENT} (Webzio-Extended) [NC]
|
||||||
RewriteRule .* https://nocommercialuse.org/ [L]
|
RewriteRule .* https://nocommercialuse.org/ [L]
|
|
@ -33,4 +33,5 @@ User-agent: facebookexternalhit
|
||||||
User-agent: img2dataset
|
User-agent: img2dataset
|
||||||
User-agent: omgili
|
User-agent: omgili
|
||||||
User-agent: omgilibot
|
User-agent: omgilibot
|
||||||
|
User-agent: Webzio-Extended
|
||||||
Disallow: /
|
Disallow: /
|
Loading…
Reference in New Issue