Searched full:proxies (Results 1 – 8 of 8) sorted by relevance
149 // If the configuration is empty then no proxies are trusted.156 return true; // The given IP matches one of the trusted proxies.160 return false; // none of the proxies matched175 * proxies.200 // The remaining items are the proxies through which the X-Forwarded-For202 $proxies = $forwardedFor;203 $proxies[] = $remoteAddr;206 foreach ($proxies as $proxy) {212 // Add the client address before the list of proxies.213 return array_merge([$clientAddress], $proxies);[all …]
779 * - 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.
156 // Adding some custom trusted proxies.178 // With custom proxies set.222 // 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