summaryrefslogtreecommitdiff
path: root/src/sp_config_keywords.h
diff options
context:
space:
mode:
authorxXx-caillou-xXx2017-11-24 14:03:37 +0100
committerjvoisin2017-11-24 14:03:37 +0100
commit5a224ee0c92d1639395d6a0c629316ae64226125 (patch)
tree8925d27e2bbfa877e9fb1fc20868fbef3d009b04 /src/sp_config_keywords.h
parent79304a29661476dc75bba07c5a83133122bbcb5c (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.h4
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);
7int parse_auto_cookie_secure(char *line); 7int parse_auto_cookie_secure(char *line);
8int parse_global_strict(char *line); 8int parse_global_strict(char *line);
9int parse_global(char *line) ; 9int parse_global(char *line) ;
10int parse_cookie_encryption(char *line); 10int parse_cookie(char *line);
11int parse_unserialize(char *line) ; 11int parse_unserialize(char *line) ;
12int parse_readonly_exec(char *line); 12int parse_readonly_exec(char *line);
13int parse_disabled_functions(char *line) ; 13int parse_disabled_functions(char *line) ;
14int parse_upload_validation(char *line); 14int 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