Home
last modified time | relevance | path

Searched full:proxies (Results 1 – 8 of 8) sorted by relevance

/dokuwiki/inc/
H A DIp.php149 // 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 matched
175 * proxies.
200 // The remaining items are the proxies through which the X-Forwarded-For
202 $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 …]
H A Dcommon.php779 * - The X-Forwarded-For header if all the proxies are trusted by $conf[trustedproxies].
/dokuwiki/_test/tests/inc/
H A Dcommon_clientip.test.php47 // An X-Forwarded-For header with proxies from an untrusted proxy.
53 // An X-Forwarded-For header with untrusted proxies from a trusted proxy.
H A DIpTest.php156 // Adding some custom trusted proxies.
178 // With custom proxies set.
222 // Adding some custom trusted proxies.
/dokuwiki/.github/ISSUE_TEMPLATE/
H A Dbug_report.yml76 … * Provider-, server- and network-setup like proxies, firewalls, Single-Sign-On environments etc.
/dokuwiki/lib/plugins/config/core/
H A DConfiguration.php12 * Holds all the current settings and proxies the Loader and Writer
/dokuwiki/vendor/simplepie/simplepie/src/HTTP/
H A DParser.php500 * Prepare headers (take care of proxies headers)
/dokuwiki/lib/plugins/extension/
H A DInstaller.php291 // 4 minutes was chosen, because HTTP servers and proxies often have a 5 minute timeout