mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 18:50:47 -04:00
fix(SetupChecks): Pass webfinger if a handler is there
Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
parent
823782b44d
commit
0ea6c5bb9d
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ class WellKnownUrls implements ISetupCheck {
|
|||
}
|
||||
|
||||
$urls = [
|
||||
['get', '/.well-known/webfinger', [200, 404], true],
|
||||
['get', '/.well-known/webfinger', [200, 400, 404], true], // 400 indicates a handler is installed but (correctly) failed because we didn't specify a resource
|
||||
['get', '/.well-known/nodeinfo', [200, 404], true],
|
||||
['propfind', '/.well-known/caldav', [207], false],
|
||||
['propfind', '/.well-known/carddav', [207], false],
|
||||
|
|
|
|||
Loading…
Reference in a new issue