Don't apply at domain scope
This commit is contained in:
parent
365dce7f2a
commit
8c1f634a92
2 changed files with 0 additions and 7 deletions
|
|
@ -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"},
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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"},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue