mirror of
https://github.com/friendica/friendica
synced 2024-11-09 23:02:54 +00:00
prevent repository leakage on the web
This commit is contained in:
parent
098478e3a5
commit
b4c7b6a77a
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
Options -Indexes
|
||||
AddType application/x-java-archive .jar
|
||||
|
||||
<FilesMatch "\.out">
|
||||
<FilesMatch "\.(out|log|git)$">
|
||||
Deny from all
|
||||
</FilesMatch>
|
||||
|
||||
|
|
Loading…
Reference in a new issue