Searched full:proxies (Results 1 – 8 of 8) sorted by relevance
176 // If the configuration is empty then no proxies are trusted.183 return true; // The given IP matches one of the trusted proxies.187 return false; // none of the proxies matched202 * proxies.227 // The remaining items are the proxies through which the X-Forwarded-For229 $proxies = $forwardedFor;230 $proxies[] = $remoteAddr;233 foreach ($proxies as $proxy) {239 // Add the client address before the list of proxies.240 return array_merge([$clientAddress], $proxies);[all …]
781 * - The X-Forwarded-For header if all the proxies are trusted by $conf[trustedproxies].
47 // An X-Forwarded-For header with proxies from an untrusted proxy.53 // An X-Forwarded-For header with untrusted proxies from a trusted proxy.
226 // Adding some custom trusted proxies.248 // With custom proxies set.292 // Adding some custom trusted proxies.
76 … * Provider-, server- and network-setup like proxies, firewalls, Single-Sign-On environments etc.
12 * Holds all the current settings and proxies the Loader and Writer
500 * Prepare headers (take care of proxies headers)
291 // 4 minutes was chosen, because HTTP servers and proxies often have a 5 minute timeout