Ref T7114
Should make it possible to override values in $_SERVER using the preamble script.
Example (inside preamble.php):
<?php $GLOBALS['PREAMBLE'] = array ( 'SERVER' => array ( 'REMOTE_ADDR' => $_SERVER['HTTP_X_FORWARDED_FOR'], 'HTTPS' => true, ), );