Searched +full:trustedproxies -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 6 of 6) sorted by relevance
198 * @param string|string[] $config The value for $conf[trustedproxies].205 $conf['trustedproxies'] = $config;280 * @param string|string[] $config The trustedproxies config value.292 $conf['trustedproxies'] = $config;313 // Proxy (REMOTE_ADDR) is matched by trustedproxies config318 // Proxy (REMOTE_ADDR) is not matched by trustedproxies config355 * @param string|string[] $config The trustedproxies config value.368 $conf['trustedproxies'] = $config;413 * @param string|string[] $config The trustedproxies config value.427 $conf['trustedproxies'] = $config;
6 * @var mixed[] $configs Possible values for $conf['trustedproxies'].112 $conf['trustedproxies'] = $config;148 $conf['trustedproxies'] = $config;
139 * This test is performed using the config value `trustedproxies`.150 if (empty($conf['trustedproxies'])) {154 foreach ((array)$conf['trustedproxies'] as $trusted) {186 if (empty($conf['trustedproxies']) || !$forwardedFor) {245 * - The X-Forwarded-For header if all the proxies are trusted by $conf[trustedproxies].
779 * - The X-Forwarded-For header if all the proxies are trusted by $conf[trustedproxies].786 * The 'trustedproxies' setting must not allow any IP, otherwise the X-Forwarded-For
172 $conf['trustedproxies'] = array('::1', 'fe80::/10', '127.0.0.0/8', '10.0.0.0/8', '172.16.0.0/12', '…
258 $meta['trustedproxies'] = ['array', '_caution' => 'security'];