From 913f68b91f16bd364d9709c85ac120f061913087 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Wed, 29 Aug 2012 00:06:46 +0200 Subject: Bug 785511: Prevent directory browsing, especially in docs/ and extensions/ r=dkl a=LpSolit --- .htaccess | 3 +++ 1 file changed, 3 insertions(+) (limited to '.htaccess') diff --git a/.htaccess b/.htaccess index 4b06fe9a9..27f478afd 100644 --- a/.htaccess +++ b/.htaccess @@ -2,6 +2,9 @@ deny from all + +Options -Indexes + -- cgit v1.2.3-24-g4f1b