Index: branches/5.3.x/core/kernel/utility/http_query.php =================================================================== diff -u -N -r15957 -r15962 --- branches/5.3.x/core/kernel/utility/http_query.php (.../http_query.php) (revision 15957) +++ branches/5.3.x/core/kernel/utility/http_query.php (.../http_query.php) (revision 15962) @@ -1,6 +1,6 @@ _trustProxy = isset($vars['TrustProxy']) ? (bool)$vars['TrustProxy'] : false; + $this->_trustProxy = kUtil::getSystemConfig()->get('TrustProxy'); } /**