diff options
author | Andrey Andreev <narf@devilix.net> | 2014-12-16 17:05:08 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2014-12-16 17:05:08 +0100 |
commit | 7928f617486d09f4d5a6285f776b300537184619 (patch) | |
tree | 179838d39310eceb1a0138da25d6f98ce219ff0f | |
parent | e8b9c85f1a3de400256586b657f87bc8f2158d5e (diff) | |
parent | d5d4623f7f619c574c4b37b0e17e7fb76371ef59 (diff) |
Merge pull request #3420 from albertleao/patch-1
Fixed typo
-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. |