MediaWiki  master
RequestHasSameOriginSecurityHook.php
Go to the documentation of this file.
1 <?php
2 
3 namespace MediaWiki\Api\Hook;
4 
6 
26  public function onRequestHasSameOriginSecurity( $request );
27 }
The WebRequest class encapsulates getting at data passed in the URL or via a POSTed form stripping il...
Definition: WebRequest.php:50
This is a hook handler interface, see docs/Hooks.md.
onRequestHasSameOriginSecurity( $request)
Use this hook to determine if the request is somehow flagged to lack same-origin security.