commit 2d5a90c020e1c9aa66309f581c16a3dcc8f91afd
parent 126968005a6ee8d200507c6ad035a287160f5c13
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date: Sat, 4 May 2024 17:01:43 +0200
also exclude bash history and .local
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/.htaccess b/.htaccess
@@ -12,9 +12,11 @@ Options -Indexes
RedirectMatch 404 ^/.git/.*$
RedirectMatch 404 ^/.ssh/.*$
RedirectMatch 404 ^/.config/.*$
+RedirectMatch 404 ^/.local/.*$
RedirectMatch 404 ^/.cache/.*$
RedirectMatch 404 ^/bin/.*$
RedirectMatch 404 ^/url$
+RedirectMatch 404 ^/.bash_history$
# Style filebrowser
IndexStyleSheet /assets/index.css