Skip to content

Commit

Permalink
Remove phase SBFM from rulesets
Browse files Browse the repository at this point in the history
  • Loading branch information
gcloudflare committed Jan 13, 2025
1 parent 1ad4079 commit dc06163
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rulesets.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ const (
RulesetPhaseHTTPRequestOrigin RulesetPhase = "http_request_origin"
RulesetPhaseHTTPRequestRedirect RulesetPhase = "http_request_redirect"
RulesetPhaseHTTPRequestSanitize RulesetPhase = "http_request_sanitize"
RulesetPhaseHTTPRequestSBFM RulesetPhase = "http_request_sbfm"
RulesetPhaseHTTPRequestTransform RulesetPhase = "http_request_transform"
RulesetPhaseHTTPResponseCompression RulesetPhase = "http_response_compression"
RulesetPhaseHTTPResponseFirewallManaged RulesetPhase = "http_response_firewall_managed"
Expand Down Expand Up @@ -104,7 +103,6 @@ func RulesetPhaseValues() []string {
string(RulesetPhaseHTTPRequestOrigin),
string(RulesetPhaseHTTPRequestRedirect),
string(RulesetPhaseHTTPRequestSanitize),
string(RulesetPhaseHTTPRequestSBFM),
string(RulesetPhaseHTTPRequestTransform),
string(RulesetPhaseHTTPResponseCompression),
string(RulesetPhaseHTTPResponseFirewallManaged),
Expand Down

0 comments on commit dc06163

Please sign in to comment.