adding /apps/files to forbidden routes

This commit is contained in:
neil 2020-08-31 12:31:04 +02:00
parent 491ffb5537
commit ec4b587a31
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ const BLOCKED_ROUTES: &[&str] = &[
"/settings",
"/ocs/v",
"/remote.php",
"/apps/files",
];
// checks if the accessed route is allowed for the user.