From 42ac5b5f3aaf345b4a2e08beec5cf392a1d03c4d Mon Sep 17 00:00:00 2001 From: Ben0it-T <37017213+Ben0it-T@users.noreply.github.com> Date: Tue, 8 Oct 2024 18:49:18 +0200 Subject: [PATCH] Update htaccess --- .htaccess | 1 + WEB-INF/.htaccess | 1 + 2 files changed, 2 insertions(+) create mode 100644 WEB-INF/.htaccess diff --git a/.htaccess b/.htaccess index 3b6168c7..aaca1cef 100644 --- a/.htaccess +++ b/.htaccess @@ -1,3 +1,4 @@ +Options -Indexes AddDefaultCharset utf-8 # Restrict access to Time Tracker only from certain IPs. diff --git a/WEB-INF/.htaccess b/WEB-INF/.htaccess new file mode 100644 index 00000000..14249c50 --- /dev/null +++ b/WEB-INF/.htaccess @@ -0,0 +1 @@ +Deny from all \ No newline at end of file