-
Notifications
You must be signed in to change notification settings - Fork 800
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Protect: Add IP block and allow list toggles (#38265)
* Add individual controls for toggling the IP block and allow lists. * Add block and allow list toggles * Remove missed export * Disable save when lists haven't changed * Unify styling * Add changelog entry * Add handling for when WAF is disabled * Fix tests * Add changelog * Optimize * Remove is_enabled check that is no longer necessary * Revert test changes * Revert WAF changes * changelog * Remove WAF changelog * Adjustments * Remove block list disable useEffect and ensure consistency of lists in disabled state --------- Co-authored-by: Nate Weller <[email protected]>
- Loading branch information
1 parent
e9e6046
commit 742a6b2
Showing
5 changed files
with
270 additions
and
277 deletions.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
projects/plugins/protect/changelog/add-protect-ip-block-and-allow-list-toggles
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,4 @@ | ||
Significance: minor | ||
Type: added | ||
|
||
Adds dedicated WAF allow and block list toggles |
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
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
Oops, something went wrong.