pub / kontra

Der linke Newsaggregator.
git clone src.jayvii.de/pub/kontra.git
Home | Log | Files | Exports | Refs | README | RSS

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:
M.htaccess | 4+++-
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/.*$ +