mirror of
https://github.com/friendica/friendica
synced 2026-04-22 07:07:16 +02:00
anybody can see the "remove category" link, though it doesn't do anything if you aren't the owner. Can't believe this has gone so long without being reported.
This commit is contained in:
parent
6fb49a4de9
commit
6faadc9662
5 changed files with 120 additions and 76 deletions
|
|
@ -66,7 +66,7 @@ server {
|
|||
|
||||
|
||||
# block these file types
|
||||
location ~* \.(tpl|md|git|tgz) {
|
||||
location ~* \.(tpl|md|git|tgz|log|out) {
|
||||
deny all;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue