mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-20 11:48:27 -06:00
Add htaccess to close the storage dir in case people leave it open.
This commit is contained in:
parent
fbb9de64c3
commit
7cf7c5fcef
6
storage/.htaccess
Normal file
6
storage/.htaccess
Normal file
@ -0,0 +1,6 @@
|
||||
<IfModule mod_rewrite.c>
|
||||
<IfModule mod_negotiation.c>
|
||||
Options -MultiViews
|
||||
</IfModule>
|
||||
</IfModule>
|
||||
RedirectMatch 404 /\\.(svn|git|key|hg|dat|data|bzr|cvs)(/|$)
|
Loading…
Reference in New Issue
Block a user