Skip to content

Commit a866c3b

Browse files
authored
add type definition for IgnoreCNAMECategoryMatches
1 parent f8f07e7 commit a866c3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

teams_rules.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ type TeamsRuleSettings struct {
5050
IPCategories bool `json:"ip_categories"`
5151

5252
// Turns on for explicitly ignoring cname domain category matches
53-
IgnoreCNAMECategoryMatches `json:"ignore_cname_category_matches"`
53+
IgnoreCNAMECategoryMatches *bool `json:"ignore_cname_category_matches"`
5454

5555
// Allow parent MSP accounts to enable bypass their children's rules. Do not set them for non MSP accounts.
5656
AllowChildBypass *bool `json:"allow_child_bypass,omitempty"`

0 commit comments

Comments
 (0)