mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 00:45:56 +00:00
block listing of several util directories; deny access to config.php
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,3 +1,4 @@
|
|||||||
|
/messages.mo
|
||||||
*~
|
*~
|
||||||
*.DS_Store
|
*.DS_Store
|
||||||
#*
|
#*
|
||||||
|
|||||||
7
.htaccess
Normal file
7
.htaccess
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
AddType image/svg+xml svg
|
||||||
|
AddType image/svg+xml svgz
|
||||||
|
|
||||||
|
<Files "config.php">
|
||||||
|
Order deny,allow
|
||||||
|
Deny from all
|
||||||
|
</Files>
|
||||||
2
classes/.htaccess
Normal file
2
classes/.htaccess
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
Order deny,allow
|
||||||
|
Deny from all
|
||||||
0
js/index.html
Normal file
0
js/index.html
Normal file
0
lib/index.html
Normal file
0
lib/index.html
Normal file
2
locale/.htaccess
Normal file
2
locale/.htaccess
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
Order deny,allow
|
||||||
|
Deny from all
|
||||||
0
plugins/index.html
Normal file
0
plugins/index.html
Normal file
2
schema/.htaccess
Normal file
2
schema/.htaccess
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
Order deny,allow
|
||||||
|
Deny from all
|
||||||
2
templates/.htaccess
Normal file
2
templates/.htaccess
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
Order deny,allow
|
||||||
|
Deny from all
|
||||||
2
utils/.htaccess
Normal file
2
utils/.htaccess
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
Order deny,allow
|
||||||
|
Deny from all
|
||||||
Reference in New Issue
Block a user