From: Andrew Dolgov Date: Thu, 11 Apr 2013 18:01:02 +0000 (+0400) Subject: block listing of several util directories; deny access to config.php X-Git-Tag: 1.7.9~25^2~246 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=e1f76af0068bd2cf5ce4a4203b7727d5b3111c04;p=tt-rss.git block listing of several util directories; deny access to config.php --- diff --git a/.gitignore b/.gitignore index d98c0efc..b4853806 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +/messages.mo *~ *.DS_Store #* diff --git a/.htaccess b/.htaccess new file mode 100644 index 00000000..ed58470d --- /dev/null +++ b/.htaccess @@ -0,0 +1,7 @@ +AddType image/svg+xml svg +AddType image/svg+xml svgz + + + Order deny,allow + Deny from all + diff --git a/classes/.htaccess b/classes/.htaccess new file mode 100644 index 00000000..93169e4e --- /dev/null +++ b/classes/.htaccess @@ -0,0 +1,2 @@ +Order deny,allow +Deny from all diff --git a/js/index.html b/js/index.html new file mode 100644 index 00000000..e69de29b diff --git a/lib/index.html b/lib/index.html new file mode 100644 index 00000000..e69de29b diff --git a/locale/.htaccess b/locale/.htaccess new file mode 100644 index 00000000..93169e4e --- /dev/null +++ b/locale/.htaccess @@ -0,0 +1,2 @@ +Order deny,allow +Deny from all diff --git a/plugins/index.html b/plugins/index.html new file mode 100644 index 00000000..e69de29b diff --git a/schema/.htaccess b/schema/.htaccess new file mode 100644 index 00000000..93169e4e --- /dev/null +++ b/schema/.htaccess @@ -0,0 +1,2 @@ +Order deny,allow +Deny from all diff --git a/templates/.htaccess b/templates/.htaccess new file mode 100644 index 00000000..93169e4e --- /dev/null +++ b/templates/.htaccess @@ -0,0 +1,2 @@ +Order deny,allow +Deny from all diff --git a/utils/.htaccess b/utils/.htaccess new file mode 100644 index 00000000..93169e4e --- /dev/null +++ b/utils/.htaccess @@ -0,0 +1,2 @@ +Order deny,allow +Deny from all