pub / serci

Search the web with !keywords
git clone https://https://src.jayvii.de/pub/serci.git
Home | Log | Files | Exports | Refs | README | RSS

commit 53cbaab571bcb53b29d2eced7010ecbda8dad696
parent c366d6d7af44a748a32865598959229d9a16c6f0
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Fri, 18 Oct 2024 13:58:01 +0200

fix: disallow access to test scripts

Diffstat:
M.htaccess | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.htaccess b/.htaccess @@ -10,6 +10,7 @@ Options -Indexes # Disallow browsing of certain sub-directories (redirect to 404) RedirectMatch 404 ^/config/.*$ RedirectMatch 404 ^/lib/.*$ +RedirectMatch 404 ^/tests/.*$ RedirectMatch 404 ^/LICENSES/.*$ RedirectMatch 404 ^/.reuse/.*$ RedirectMatch 404 ^/.git/.*$