There was an error while loading. Please reload this page.
1 parent 3d8c274 commit 86409a6Copy full SHA for 86409a6
1 file changed
lib/AppWhitelist.php
@@ -69,7 +69,7 @@ public function isUrlAllowed(IUser $user, string|false $url): bool {
69
exit;
70
}
71
72
- $this->logger->notice('Blocking access to non-whitelisted app (' . $app . ') for guest', ['app' => 'guests']);
+ $this->logger->warning('Blocking access to non-whitelisted app (' . $app . ') for guest', ['app' => 'guests']);
73
return false;
74
75
0 commit comments