From df12c9146500e5ed77b9740c6f237c8428f5bd10 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Tue, 10 Jun 2025 14:27:53 +0100 Subject: [PATCH] git: add additional url to ai scraper block list --- cookbooks/git/templates/default/apache.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/cookbooks/git/templates/default/apache.erb b/cookbooks/git/templates/default/apache.erb index 34456bbf1..fa2ddab40 100644 --- a/cookbooks/git/templates/default/apache.erb +++ b/cookbooks/git/templates/default/apache.erb @@ -72,6 +72,7 @@ RewriteCond %{REQUEST_URI} ^/[^/]+\.git/blob [OR] RewriteCond %{REQUEST_URI} ^/[^/]+\.git/commitdiff [OR] RewriteCond %{REQUEST_URI} ^/[^/]+\.git/history [OR] + RewriteCond %{REQUEST_URI} ^/[^/]+\.git/log [OR] RewriteCond %{REQUEST_URI} ^/[^/]+\.git/patch [OR] RewriteCond %{REQUEST_URI} ^/[^/]+\.git/search [OR] RewriteCond %{REQUEST_URI} ^/[^/]+\.git/tree -- 2.39.5