feat: Update security notification settings and enhance compatibility for legacy configurations
This commit is contained in:
@@ -22,11 +22,10 @@ vi.mock('../../hooks/useNotifications', () => ({
|
||||
data: {
|
||||
enabled: false,
|
||||
min_log_level: 'warn',
|
||||
notify_waf_blocks: true,
|
||||
notify_acl_denials: true,
|
||||
notify_rate_limit_hits: true,
|
||||
security_waf_enabled: true,
|
||||
security_acl_enabled: true,
|
||||
security_rate_limit_enabled: true,
|
||||
webhook_url: '',
|
||||
email_recipients: '',
|
||||
},
|
||||
isLoading: false,
|
||||
})),
|
||||
|
||||
Reference in New Issue
Block a user