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

@ -16,10 +16,6 @@ func (p *caldavProvider) Definition() *sdk.CheckerDefinition {
Name: "CalDAV server",
Version: Version,
Availability: sdk.CheckerAvailability{
ApplyToDomain: true,
// Service scope keeps downstream TLS alerts on a dedicated
// "CalDAV" page rather than the domain page. abstract.CalDAV
// isn't in the catalog yet, so this is a no-op until it is.
ApplyToService: true,
LimitToServices: []string{"abstract.CalDAV"},
},

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"},
},