2498 - restrict access to module's assets

- into env-*
 - into datamodels
 - into extensions
This commit is contained in:
bruno DA SILVA
2019-10-16 18:00:54 +02:00
parent 385b4f8d4a
commit 65512ca984
5 changed files with 206 additions and 44 deletions

13
datamodels/.htaccess Normal file
View File

@@ -0,0 +1,13 @@
# Apache 2.4
<ifModule mod_authz_core.c>
Require all denied
</ifModule>
# Apache 2.2
<ifModule !mod_authz_core.c>
deny from all
Satisfy All
</ifModule>
# Apache 2.2 and 2.4
IndexIgnore *