diff options
author | Greg Aker <greg.aker@ellislab.com> | 2010-10-11 22:41:19 +0200 |
---|---|---|
committer | Greg Aker <greg.aker@ellislab.com> | 2010-10-11 22:41:19 +0200 |
commit | c288ea957dd5b01abba96c9644f309a2714482e7 (patch) | |
tree | 0e6974423b5f673390d0177ed01e8af9ba85d4c9 | |
parent | bce1348820118ea750224c17d81846229dff4852 (diff) |
Fix #120 -- Wording of Cross Site Request Forgery in config.php
-rw-r--r-- | application/config/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/config/config.php b/application/config/config.php index 3f2be480f..6422b6437 100644 --- a/application/config/config.php +++ b/application/config/config.php @@ -274,7 +274,7 @@ $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 | checked on a submitted form. If you are accepting user data, it is strongly |