Bug 785522: [SECURITY] Block access to templates in extensions/

r=glob a=LpSolit
4.4
Frédéric Buclin 2012-08-30 20:15:07 +02:00
parent 6dd03c4a61
commit a3a0ce3707
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# Don't allow people to retrieve non-cgi executable files or our private data
<FilesMatch ^(.*\.pm|.*\.pl|.*localconfig.*)$>
<FilesMatch (\.pm|\.pl|\.tmpl|localconfig.*)$>
deny from all
</FilesMatch>