Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/3.0' into 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwelsh committed Jul 1, 2013
2 parents 623685a + 4fd7552 commit 0b59ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .htaccess
Expand Up @@ -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
<Files *.yml>
<Files ~ "\.ya?ml$">
Order allow,deny
Deny from all
</Files>
Expand Down

0 comments on commit 0b59ef4

Please sign in to comment.