1
0
Fork 0
mirror of https://git.42l.fr/neil/sncf.git synced 2024-05-02 06:02:45 +02:00

adding /apps/files to forbidden routes

This commit is contained in:
neil 2020-08-31 12:31:04 +02:00
parent 491ffb5537
commit ec4b587a31

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.