-
Notifications
You must be signed in to change notification settings - Fork 621
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Align phases and actions with those provided by Rulesets API
* Remove the `allow` action, since this does not exist. * Add the `ddos_mitigation` action. * Remove the `http_request_main` phase, since this does not exist. * Remove the `http_response_headers_transform_managed` phase, since it is not exposed publicly. The Managed Transforms API can be used to configure managed transforms. * Rename `RulesetPhaseRateLimit` and `RulesetPhaseSuperBotFightMode` to be consistent with the phase names.
- Loading branch information
Showing
2 changed files
with
48 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
```release-note:note | ||
rulesets: Remove non-existent `allow` action | ||
``` | ||
|
||
```release-note:enhancement | ||
rulesets: Add the `ddos_mitigation` action | ||
``` | ||
|
||
```release-note:note | ||
rulesets: Remove non-existent `http_request_main` phase | ||
``` | ||
|
||
```release-note:note | ||
rulesets: Remove non-public `http_response_headers_transform_managed` phase | ||
``` | ||
|
||
```release-note:breaking-change | ||
rulesets: Rename `RulesetPhaseRateLimit` to `RulesetPhaseHTTPRatelimit`, to match the phase name | ||
``` | ||
|
||
```release-note:breaking-change | ||
rulesets: Rename `RulesetPhaseSuperBotFightMode` to `RulesetPhaseHTTPRequestSBFM`, to match the phase name | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters