N°2984 Security hardening

This commit is contained in:
Pierre Goiffon
2020-05-14 10:59:31 +02:00
parent 834297e675
commit 228a945da9
5 changed files with 53 additions and 13 deletions

6
.gitignore vendored
View File

@@ -1,13 +1,17 @@
# no slash at the end to handle also symlinks
/toolkit
/conf
/env-*
# composer reserver directory, from sources, populate/update using "composer install"
vendor/*
test/vendor/*
# all conf but listing prevention
/conf/**
!/conf/.htaccess
!/conf/web.config
# all datas but listing prevention
/data/**
!/data/.htaccess