Skip to content

Commit

Permalink
Merge pull request #1107 from nextcloud/bugfix/noid/block-talk-base-page
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv authored Jan 27, 2024
2 parents fca4c00 + c1c7db4 commit 8227a3b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/AppWhitelist.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,8 @@ private function getRequestedApp($url): string {
return 'dav';
} elseif (substr($url, 0, 5) === '/dav/') {
return 'dav';
} elseif (substr($url, 0, 6) === '/call/') {
return 'spreed';
} elseif (substr($url, 0, 10) === '/settings/') {
return 'settings';
} elseif (substr($url, 0, 8) === '/avatar/') {
Expand Down

0 comments on commit 8227a3b

Please sign in to comment.