Skip to content

Commit

Permalink
initialism RUM
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbednarz committed May 8, 2024
1 parent c9a8cd1 commit d701764
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rulesets.go
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ type RulesetRuleActionParameters struct {
DisableApps *bool `json:"disable_apps,omitempty"`
DisableZaraz *bool `json:"disable_zaraz,omitempty"`
DisableRailgun *bool `json:"disable_railgun,omitempty"`
DisableRum *bool `json:"disable_rum,omitempty"`
DisableRUM *bool `json:"disable_rum,omitempty"`
EmailObfuscation *bool `json:"email_obfuscation,omitempty"`
Fonts *bool `json:"fonts,omitempty"`
Mirage *bool `json:"mirage,omitempty"`
Expand Down
2 changes: 1 addition & 1 deletion rulesets_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ func TestGetRuleset_SetConfig(t *testing.T) {
DisableApps: BoolPtr(true),
DisableZaraz: BoolPtr(true),
DisableRailgun: BoolPtr(true),
DisableRum: BoolPtr(true),
DisableRUM: BoolPtr(true),
EmailObfuscation: BoolPtr(true),
Fonts: BoolPtr(true),
Mirage: BoolPtr(true),
Expand Down

0 comments on commit d701764

Please sign in to comment.