fix(SetupChecks): Pass webfinger if a handler is there

Signed-off-by: Josh <josh.t.richards@gmail.com>
pull/49440/head
Josh 2024-11-21 14:45:40 +07:00 committed by Andy Scherzinger
parent 6b6401f9c8
commit b452dc0697
1 changed files with 1 additions and 1 deletions

@ -45,7 +45,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],