Searched full:proxies (Results 1 – 8 of 8) sorted by relevance
171 // If the configuration is empty then no proxies are trusted.178 return true; // The given IP matches one of the trusted proxies.182 return false; // none of the proxies matched197 * proxies.222 // The remaining items are the proxies through which the X-Forwarded-For224 $proxies = $forwardedFor;225 $proxies[] = $remoteAddr;228 foreach ($proxies as $proxy) {234 // Add the client address before the list of proxies.235 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.
182 // Adding some custom trusted proxies.204 // With custom proxies set.248 // 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