We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
IgnoreCNAMECategoryMatches
1 parent f8f07e7 commit a866c3bCopy full SHA for a866c3b
teams_rules.go
@@ -50,7 +50,7 @@ type TeamsRuleSettings struct {
50
IPCategories bool `json:"ip_categories"`
51
52
// Turns on for explicitly ignoring cname domain category matches
53
- IgnoreCNAMECategoryMatches `json:"ignore_cname_category_matches"`
+ IgnoreCNAMECategoryMatches *bool `json:"ignore_cname_category_matches"`
54
55
// Allow parent MSP accounts to enable bypass their children's rules. Do not set them for non MSP accounts.
56
AllowChildBypass *bool `json:"allow_child_bypass,omitempty"`
0 commit comments