Skip to content

Commit

Permalink
Don't allow the config file to be accessed through the web
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomer committed Oct 5, 2016
1 parent 21580b8 commit 3fa9e56
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<Files ~ "config.json$">
Order allow,deny
Deny from all
</Files>

0 comments on commit 3fa9e56

Please sign in to comment.