diff options
| author | Jani Välimaa <wally@mageia.org> | 2025-05-04 13:17:51 +0300 |
|---|---|---|
| committer | Jani Välimaa <wally@mageia.org> | 2025-05-04 13:17:51 +0300 |
| commit | 14920b60d5ed0358cfe5e5c556a11867adb229f7 (patch) | |
| tree | 63526392b2d952c15b17fe1370496af77cc2d5ff | |
| parent | c4677d4637ac0277f24747762d549f467b4ae43d (diff) | |
| download | puppet-14920b60d5ed0358cfe5e5c556a11867adb229f7.tar puppet-14920b60d5ed0358cfe5e5c556a11867adb229f7.tar.gz puppet-14920b60d5ed0358cfe5e5c556a11867adb229f7.tar.bz2 puppet-14920b60d5ed0358cfe5e5c556a11867adb229f7.tar.xz puppet-14920b60d5ed0358cfe5e5c556a11867adb229f7.zip | |
Block Trident
| -rw-r--r-- | modules/apache/templates/vhost_fcgid.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/apache/templates/vhost_fcgid.conf b/modules/apache/templates/vhost_fcgid.conf index 0d9d0370..8c40eaed 100644 --- a/modules/apache/templates/vhost_fcgid.conf +++ b/modules/apache/templates/vhost_fcgid.conf @@ -18,7 +18,7 @@ RewriteRule . - [R=403,L] # bunch). "Expensive" is considered to be most operations other than showing a # directory or downloading a specific version of a file. RewriteCond %{QUERY_STRING} pathrev=|annotate=|view=log|r1= -RewriteCond %{HTTP_USER_AGENT} "Googlebot|bingbot|Yahoo! Slurp|ClaudeBot|Amazonbot|YandexBot|SemrushBot|Barkrowler|DataForSeoBot|PetalBot|facebookexternalhit|GPTBot|ImagesiftBot|spider|Spider|iPod" +RewriteCond %{HTTP_USER_AGENT} "Googlebot|bingbot|Yahoo! Slurp|ClaudeBot|Amazonbot|YandexBot|SemrushBot|Barkrowler|DataForSeoBot|PetalBot|facebookexternalhit|GPTBot|ImagesiftBot|spider|Spider|iPod|Trident" RewriteRule . - [R=403,L] # Block abusive spiders by IP address who don't identify themselves in the |
