diff options
| author | bui | 2017-12-28 13:51:52 +0100 |
|---|---|---|
| committer | bui | 2017-12-28 13:51:52 +0100 |
| commit | 4b2185997b3e5ef0154450aace3b66142842cf7c (patch) | |
| tree | 26be8c5eae2e0b08c140e579896501c06809e76b /src/sp_config_keywords.c | |
| parent | bc4d0e014e9fb1edd05e6f9c91cbf97b6c5546b4 (diff) | |
re-integrate simulation token for cookies
Diffstat (limited to 'src/sp_config_keywords.c')
| -rw-r--r-- | src/sp_config_keywords.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sp_config_keywords.c b/src/sp_config_keywords.c index f4ff249..b3e71fe 100644 --- a/src/sp_config_keywords.c +++ b/src/sp_config_keywords.c | |||
| @@ -112,6 +112,7 @@ int parse_cookie(char *line) { | |||
| 112 | {parse_regexp, SP_TOKEN_NAME_REGEXP, &(cookie->name_r)}, | 112 | {parse_regexp, SP_TOKEN_NAME_REGEXP, &(cookie->name_r)}, |
| 113 | {parse_str, SP_TOKEN_SAMESITE, &samesite}, | 113 | {parse_str, SP_TOKEN_SAMESITE, &samesite}, |
| 114 | {parse_empty, SP_TOKEN_ENCRYPT, &cookie->encrypt}, | 114 | {parse_empty, SP_TOKEN_ENCRYPT, &cookie->encrypt}, |
| 115 | {parse_empty, SP_TOKEN_SIMULATION, &cookie->simulation}, | ||
| 115 | {0}}; | 116 | {0}}; |
| 116 | 117 | ||
| 117 | ret = parse_keywords(sp_config_funcs_cookie_encryption, line); | 118 | ret = parse_keywords(sp_config_funcs_cookie_encryption, line); |
