diff options
| author | xXx-caillou-xXx | 2017-11-24 14:03:37 +0100 |
|---|---|---|
| committer | jvoisin | 2017-11-24 14:03:37 +0100 |
| commit | 5a224ee0c92d1639395d6a0c629316ae64226125 (patch) | |
| tree | 8925d27e2bbfa877e9fb1fc20868fbef3d009b04 /src/sp_config_keywords.h | |
| parent | 79304a29661476dc75bba07c5a83133122bbcb5c (diff) | |
Implement anti csrf measures
This is done by using the "samesite" cookie attribute.
Diffstat (limited to 'src/sp_config_keywords.h')
| -rw-r--r-- | src/sp_config_keywords.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sp_config_keywords.h b/src/sp_config_keywords.h index 40fac47..fdea1c5 100644 --- a/src/sp_config_keywords.h +++ b/src/sp_config_keywords.h | |||
| @@ -7,10 +7,10 @@ int parse_disable_xxe(char *line); | |||
| 7 | int parse_auto_cookie_secure(char *line); | 7 | int parse_auto_cookie_secure(char *line); |
| 8 | int parse_global_strict(char *line); | 8 | int parse_global_strict(char *line); |
| 9 | int parse_global(char *line) ; | 9 | int parse_global(char *line) ; |
| 10 | int parse_cookie_encryption(char *line); | 10 | int parse_cookie(char *line); |
| 11 | int parse_unserialize(char *line) ; | 11 | int parse_unserialize(char *line) ; |
| 12 | int parse_readonly_exec(char *line); | 12 | int parse_readonly_exec(char *line); |
| 13 | int parse_disabled_functions(char *line) ; | 13 | int parse_disabled_functions(char *line) ; |
| 14 | int parse_upload_validation(char *line); | 14 | int parse_upload_validation(char *line); |
| 15 | 15 | ||
| 16 | #endif // __SP_CONFIG_KEYWORDS_H \ No newline at end of file | 16 | #endif // __SP_CONFIG_KEYWORDS_H |
