We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4df27be commit c4d4325Copy full SHA for c4d4325
1 file changed
appsec/src/extension/configuration.h
@@ -30,7 +30,7 @@ extern bool runtime_config_first_init;
30
31
// clang-format off
32
#define DD_CONFIGURATION_GENERAL \
33
- SYSCFG(BOOL, DD_APPSEC_ENABLED, "false") \
+ CONFIG(BOOL, DD_APPSEC_ENABLED, "false", .ini_change = zai_config_system_ini_change) \
34
SYSCFG(BOOL, DD_APPSEC_CLI_START_ON_RINIT, "false") \
35
SYSCFG(STRING, DD_APPSEC_RULES, "") \
36
SYSCFG(CUSTOM(uint64_t), DD_APPSEC_WAF_TIMEOUT, "10000", .parser = _parse_uint64) \
0 commit comments