diff options
author | lookshe <github@lookshe.org> | 2017-05-07 19:04:04 +0200 |
---|---|---|
committer | lookshe <github@lookshe.org> | 2017-05-07 19:04:04 +0200 |
commit | 3d3d8a7e03cf51d3652aa34f23b31de7a114da7f (patch) | |
tree | b4247d26cea37de319d232d9ceb15e50ea2f183c /storage-backend | |
parent | b317ffc7bfff772e83f8770e79218a30a14194f3 (diff) |
set default file handler to avoid execution of scripts
Diffstat (limited to 'storage-backend')
-rw-r--r-- | storage-backend/files/.htaccess | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/storage-backend/files/.htaccess b/storage-backend/files/.htaccess index 45552cb..fddf64c 100644 --- a/storage-backend/files/.htaccess +++ b/storage-backend/files/.htaccess @@ -1 +1,4 @@ -Options -Indexes
\ No newline at end of file +Options -Indexes +<Files *> + SetHandler default-handler +</Files> |