[Privoxy-commits] [privoxy] 02/03: robots.txt: Disallow /gitweb to hopefully reduce the load on the webserver

User Git git at git.privoxy.org
Thu Dec 4 23:10:02 CET 2025


This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository privoxy.

commit cef7eb468cd64a4ca54c9ba9e5c0f27daec4b1d8
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Thu Dec 4 08:49:26 2025 +0100

    robots.txt: Disallow /gitweb to hopefully reduce the load on the webserver
---
 doc/webserver/robots.txt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/doc/webserver/robots.txt b/doc/webserver/robots.txt
index 18aca6a4..42ec2f3d 100644
--- a/doc/webserver/robots.txt
+++ b/doc/webserver/robots.txt
@@ -12,3 +12,7 @@ User-agent: *
 Disallow: /config/
 Disallow: /actions/
 Disallow: /submit/
+
+# The /gitweb can be crawled "endlessly" causing high load
+# on the webserver.
+Disallow: /gitweb/

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Privoxy-commits mailing list