diff options
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess new file mode 100644 index 000000000..72a96e064 --- /dev/null +++ b/.htaccess @@ -0,0 +1,4 @@ +# Don't allow people to retrieve non-cgi executable files or our private data +<FilesMatch ^(.*\.pm|.*\.pl|.*localconfig.*)$> + deny from all +</FilesMatch> |