From 4fd75527dc1cdfab49a403aaf6e61a650fe7238f Mon Sep 17 00:00:00 2001 From: Simon Welsh Date: Mon, 1 Jul 2013 12:59:31 +1200 Subject: [PATCH] Block access to .yaml files as well as .yml --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index 132464b..e4d313a 100644 --- a/.htaccess +++ b/.htaccess @@ -12,7 +12,7 @@ # This denies access to all yml files, since developers might include sensitive # information in them. See the docs for work-arounds to serve some yaml files - + Order allow,deny Deny from all