This commit is contained in:
Laura Hausmann 2020-10-18 23:07:16 +02:00
parent 4c69a0c287
commit 92c834f88c
Signed by: zotan
GPG Key ID: 5EC1D38FFC321311
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
Response.ContentType = "text/plain";
}
}
@if (Model.path.Contains(".."))
@if (Model.path.Contains("/.."))
{
return;
}