MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onIsTrustedProxy ( $ip, &$result) | |
Use this hook to override the result of ProxyLookup::isTrustedProxy(). | |
Stable to implement.
Definition at line 9 of file IsTrustedProxyHook.php.
MediaWiki\Hook\IsTrustedProxyHook::onIsTrustedProxy | ( | $ip, | |
& | $result | ||
) |
Use this hook to override the result of ProxyLookup::isTrustedProxy().
string | $ip | IP being checked |
bool | &$result | Change this value to override the result of ProxyLookup::isTrustedProxy() |
Implemented in MediaWiki\HookContainer\HookRunner.