diff --git a/src/sniff.rs b/src/sniff.rs index 15151fb..8e82e1e 100644 --- a/src/sniff.rs +++ b/src/sniff.rs @@ -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.