MediaWiki master
RequestHasSameOriginSecurityHook.php
Go to the documentation of this file.
1<?php
2
3namespace 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,...
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.