From 43029480ae5654e6def624e8ca82aa80d767fa4f Mon Sep 17 00:00:00 2001 From: Martin Ambrus Date: Fri, 3 Nov 2017 16:52:03 +0100 Subject: [PATCH] fix: nothing from var folder should be publicly readable --- .htaccess | 5 ----- var/.htaccess | 1 + 2 files changed, 1 insertion(+), 5 deletions(-) create mode 100644 var/.htaccess diff --git a/.htaccess b/.htaccess index 558b1059..f2424e31 100644 --- a/.htaccess +++ b/.htaccess @@ -11,9 +11,4 @@ Order Allow,Deny Deny from all - - - - Order Allow,Deny - Deny from all \ No newline at end of file diff --git a/var/.htaccess b/var/.htaccess new file mode 100644 index 00000000..14249c50 --- /dev/null +++ b/var/.htaccess @@ -0,0 +1 @@ +Deny from all \ No newline at end of file