diff options
Diffstat (limited to 'src/sp_config.c')
| -rw-r--r-- | src/sp_config.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sp_config.c b/src/sp_config.c index dc5aae9..4037e26 100644 --- a/src/sp_config.c +++ b/src/sp_config.c | |||
| @@ -19,7 +19,8 @@ sp_config_tokens const sp_func[] = { | |||
| 19 | {.func = parse_global, .token = SP_TOKEN_GLOBAL}, | 19 | {.func = parse_global, .token = SP_TOKEN_GLOBAL}, |
| 20 | {.func = parse_auto_cookie_secure, .token = SP_TOKEN_AUTO_COOKIE_SECURE}, | 20 | {.func = parse_auto_cookie_secure, .token = SP_TOKEN_AUTO_COOKIE_SECURE}, |
| 21 | {.func = parse_disable_xxe, .token = SP_TOKEN_DISABLE_XXE}, | 21 | {.func = parse_disable_xxe, .token = SP_TOKEN_DISABLE_XXE}, |
| 22 | {.func = parse_eval_filter, .token = SP_TOKEN_EVAL}, | 22 | {.func = parse_eval_blacklist, .token = SP_TOKEN_EVAL_BLACKLIST}, |
| 23 | {.func = parse_eval_whitelist, .token = SP_TOKEN_EVAL_WHITELIST}, | ||
| 23 | {NULL, NULL}}; | 24 | {NULL, NULL}}; |
| 24 | 25 | ||
| 25 | /* Top level keyword parsing */ | 26 | /* Top level keyword parsing */ |
