mirror of
https://github.com/friendica/friendica
synced 2024-11-10 02:22:55 +00:00
disallow viewing raw templates from http
This commit is contained in:
parent
09606dbac2
commit
32602c5f87
1 changed files with 3 additions and 0 deletions
3
view/.htaccess
Normal file
3
view/.htaccess
Normal file
|
@ -0,0 +1,3 @@
|
|||
<FilesMatch "\.tpl">
|
||||
Deny from all
|
||||
</FilesMatch>
|
Loading…
Reference in a new issue