Home
last modified time | relevance | path

Searched refs:proxyIsTrusted (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/inc/
H A DIp.php145 public static function proxyIsTrusted(string $ip): bool function in dokuwiki\\Ip
207 if (!Ip::proxyIsTrusted($proxy)) {
302 if ($INPUT->server->str('HTTP_X_FORWARDED_HOST') && self::proxyIsTrusted($remoteAddr)) {
327 if ($INPUT->server->has('HTTP_X_FORWARDED_PROTO') && self::proxyIsTrusted($remoteAddr)) {
/dokuwiki/_test/tests/inc/
H A DIpTest.php207 $result = Ip::proxyIsTrusted($ip);