diff options
author | Shane Pearson <bubbafoley@gmail.com> | 2010-10-07 00:31:40 +0200 |
---|---|---|
committer | Shane Pearson <bubbafoley@gmail.com> | 2010-10-07 00:31:40 +0200 |
commit | 49ced91d1f5ab50068a66fdddff6be3f5c420565 (patch) | |
tree | 09eea9949e5e671b26aa529f027fcea0ef179320 /application/config/config.php | |
parent | 3934a4a803ee2069ac7622e4c2565fb5fee11ce9 (diff) |
Fixed CSRF comments to avoid confusion.
Diffstat (limited to 'application/config/config.php')
-rw-r--r-- | application/config/config.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/application/config/config.php b/application/config/config.php index 3f2be480f..0b85ac5fc 100644 --- a/application/config/config.php +++ b/application/config/config.php @@ -274,9 +274,9 @@ $config['global_xss_filtering'] = FALSE; /* |-------------------------------------------------------------------------- -| Cross Site Forgery Request +| Cross Site Request Forgery |-------------------------------------------------------------------------- -| Enables a CSFR cookie token to be set. When set to TRUE, token will be +| Enables a CSRF cookie token to be set. When set to TRUE, token will be | checked on a submitted form. If you are accepting user data, it is strongly | recommended CSRF protection be enabled. */ |