Commit 1ff417cb authored by Frédéric Buclin's avatar Frédéric Buclin

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

r=glob a=LpSolit
parent 45d5c7b5
# 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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment