Skip to content

Commit

Permalink
Protect .txt files access in .htaccess
Browse files Browse the repository at this point in the history
  • Loading branch information
daN4cat committed Jul 6, 2016
1 parent b3a1259 commit 6d8c3b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ IndexIgnore *
Satisfy all
</Files>

# prevent access to .csv files
<FilesMatch "\.(csv)$">
# prevent access to csv and txt files
<FilesMatch "\.(csv|txt)$">
Order allow,deny
Deny from all
Satisfy all
Expand Down

0 comments on commit 6d8c3b9

Please sign in to comment.