commit 13b82e9cc6b786abe2bd022661051bad787360df
parent 2efeda20724b7240f0ecbb189866973f681d9b2e
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date: Wed, 30 Jul 2025 19:00:13 +0200
fix: disallow access to tools
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/.htaccess b/.htaccess
@@ -8,7 +8,9 @@ IndexOptions +Charset=UTF-8
RedirectMatch 404 ^/.git/.*$
RedirectMatch 404 ^/.gitignore$
RedirectMatch 404 ^/.htaccess$
-RedirectMatch 404 ^/.reuse$
+RedirectMatch 404 ^/.reuse/.*$
RedirectMatch 404 ^/README.md$
+RedirectMatch 404 ^/tools/.*$
+