From d5d4623f7f619c574c4b37b0e17e7fb76371ef59 Mon Sep 17 00:00:00 2001 From: albertleao Date: Tue, 16 Dec 2014 10:49:27 -0500 Subject: Fixed typo --- user_guide_src/source/installation/upgrade_300.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3-24-g4f1b