MediaWiki REL1_35
|
Public Member Functions | |
onCanIPUseHTTPS ( $ip, &$canDo) | |
Use this hook to determine whether the client at a given source IP is likely to be able to access the wiki via HTTPS. | |
Definition at line 9 of file CanIPUseHTTPSHook.php.
MediaWiki\Hook\CanIPUseHTTPSHook::onCanIPUseHTTPS | ( | $ip, | |
& | $canDo | ||
) |
Use this hook to determine whether the client at a given source IP is likely to be able to access the wiki via HTTPS.
string | $ip | IP address in human-readable form |
bool | &$canDo | Set to false if the client may not be able to use HTTPS |
Implemented in MediaWiki\HookContainer\HookRunner.