Skip to content

Commit

Permalink
[Code Cleanup] Block access to /tests via .htaccess
Browse files Browse the repository at this point in the history
  • Loading branch information
jstanden committed Mar 26, 2015
1 parent b544ee7 commit 3d07cc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .htaccess-dist
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ RewriteRule ^(.*/)?api(/|$) - [F,L]
RewriteRule ^(.*/)?features(/|$) - [F,L]
RewriteRule ^(.*/)?libs(/|$) - [F,L]
RewriteRule ^(.*/)?storage(/|$) - [F,L]
RewriteRule ^(.*/)?tests(/|$) - [F,L]
</IfModule>

Options -Indexes

0 comments on commit 3d07cc8

Please sign in to comment.