Don't apply at domain scope

This commit is contained in:
nemunaire 2026-04-29 18:44:50 +07:00
commit 8c1f634a92
2 changed files with 0 additions and 7 deletions

View file

@ -15,9 +15,6 @@ func (p *carddavProvider) Definition() *sdk.CheckerDefinition {
Name: "CardDAV server",
Version: Version,
Availability: sdk.CheckerAvailability{
ApplyToDomain: true,
// See caldav/definition.go for the rationale; abstract.CardDAV
// isn't in the catalog yet, so this is a no-op until it is.
ApplyToService: true,
LimitToServices: []string{"abstract.CardDAV"},
},