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

Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
Josh 2024-11-21 14:45:40 -05:00 committed by Andy Scherzinger
parent 6b6401f9c8
commit b452dc0697

View file

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