summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authorNeil Drumm <drumm@3064.no-reply.drupal.org>2006-07-14 01:03:28 +0000
committerNeil Drumm <drumm@3064.no-reply.drupal.org>2006-07-14 01:03:28 +0000
commitabba0a4c2d2627fa120da31046f5b2888b3ad4f0 (patch)
tree191d03ced47252b4d719276a34b27c9830323688 /.htaccess
parent3cd232e5d4ad60b4df6f19ce2ec5d750957eb50e (diff)
downloadbrdo-abba0a4c2d2627fa120da31046f5b2888b3ad4f0.tar.gz
brdo-abba0a4c2d2627fa120da31046f5b2888b3ad4f0.tar.bz2
#73590 by Flanker, protect .profile files from prying eyes
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess2
1 files changed, 1 insertions, 1 deletions
diff --git a/.htaccess b/.htaccess
index 5bfc45229..7afae96ec 100644
--- a/.htaccess
+++ b/.htaccess
@@ -3,7 +3,7 @@
#
# Protect files and directories from prying eyes.
-<FilesMatch "(\.(engine|inc|install|module|sh|.*sql|theme|tpl(\.php)?|xtmpl)|code-style\.pl|Entries.*|Repository|Root)$">
+<FilesMatch "(\.(engine|inc|install|module|profile|sh|.*sql|theme|tpl(\.php)?|xtmpl)|code-style\.pl|Entries.*|Repository|Root)$">
Order deny,allow
Deny from all
</FilesMatch>