Load WAF audit logs on page mount
This commit is contained in:
@@ -71,6 +71,8 @@ class Waf extends Page implements HasForms, HasTable
|
|||||||
'audit_log' => Setting::get('waf_audit_log', '1') === '1',
|
'audit_log' => Setting::get('waf_audit_log', '1') === '1',
|
||||||
'whitelist_rules' => $whitelistRules,
|
'whitelist_rules' => $whitelistRules,
|
||||||
];
|
];
|
||||||
|
|
||||||
|
$this->loadAuditLogs(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function detectWaf(): bool
|
protected function detectWaf(): bool
|
||||||
|
|||||||
Reference in New Issue
Block a user