From bd0551b22076b82a6d49e9f7a2b2e0c90a1b2326 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Fri, 05 Feb 2016 07:25:27 -0500 Subject: [PATCH] Secure also downloads of addressbook exports, managesieve script exports and Enigma keys exports --- logs/.htaccess | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/logs/.htaccess b/logs/.htaccess index 8e6a345..43e24ed 100644 --- a/logs/.htaccess +++ b/logs/.htaccess @@ -1,2 +1,7 @@ -Order allow,deny -Deny from all \ No newline at end of file +# deny webserver access to this directory +<ifModule mod_authz_core.c> + Require all denied +</ifModule> +<ifModule !mod_authz_core.c> + Deny from all +</ifModule> -- Gitblit v1.9.1