git://git.webkit.org
/
WebKit-https.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
a3d89e4597283fd253656b182dc9df6ebfe3c085
[WebKit-https.git]
/
Websites
/
bugs.webkit.org
/
.htaccess
1
# don't allow people to retrieve non-cgi executable files or our private data
2
<FilesMatch ^(.*\.pm|.*\.pl|.*localconfig.*)$>
3
deny from all
4
</FilesMatch>
5
<FilesMatch ^(localconfig.js|localconfig.rdf)$>
6
allow from all
7
</FilesMatch>