fix: revert enable endy patterns

This commit is contained in:
lxowalle 2026-02-20 17:08:38 +08:00
parent e599573ed4
commit 91bcb0fc71

View file

@ -262,6 +262,9 @@ func DefaultConfig() *Config {
Cron: CronToolsConfig{ Cron: CronToolsConfig{
ExecTimeoutMinutes: 5, ExecTimeoutMinutes: 5,
}, },
Exec: ExecConfig{
EnableDenyPatterns: true,
},
}, },
Heartbeat: HeartbeatConfig{ Heartbeat: HeartbeatConfig{
Enabled: true, Enabled: true,