diff options
Diffstat (limited to 'src/sp_config.c')
| -rw-r--r-- | src/sp_config.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sp_config.c b/src/sp_config.c index 4d95062..dc5aae9 100644 --- a/src/sp_config.c +++ b/src/sp_config.c | |||
| @@ -19,6 +19,7 @@ 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 | {NULL, NULL}}; | 23 | {NULL, NULL}}; |
| 23 | 24 | ||
| 24 | /* Top level keyword parsing */ | 25 | /* Top level keyword parsing */ |
