diff options
author | albertleao <albertleao@live.com> | 2014-12-16 16:49:27 +0100 |
---|---|---|
committer | albertleao <albertleao@live.com> | 2014-12-16 16:49:27 +0100 |
commit | d5d4623f7f619c574c4b37b0e17e7fb76371ef59 (patch) | |
tree | 179838d39310eceb1a0138da25d6f98ce219ff0f /user_guide_src | |
parent | e8b9c85f1a3de400256586b657f87bc8f2158d5e (diff) |
Fixed typo
Diffstat (limited to 'user_guide_src')
-rw-r--r-- | user_guide_src/source/installation/upgrade_300.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/installation/upgrade_300.rst b/user_guide_src/source/installation/upgrade_300.rst index 2e9ee4e72..549adfe6b 100644 --- a/user_guide_src/source/installation/upgrade_300.rst +++ b/user_guide_src/source/installation/upgrade_300.rst @@ -231,7 +231,7 @@ The :doc:`URI Library <../libraries/uri>` used to automatically convert a certain set of "programmatic characters" to HTML entities when they are encountered in a URI segment. -This was aimed at providing some automatic XSS prodection, in addition +This was aimed at providing some automatic XSS protection, in addition to the ``$config['permitted_uri_chars']`` setting, but has proven to be problematic and is now removed in CodeIgniter 3.0. |