From 7bf2eb8ba09b54cec804446ea39a3e658773fac9 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Sat, 21 May 2016 08:33:14 +0200 Subject: Update to MediaWiki 1.26.3 --- docs/hooks.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/hooks.txt') diff --git a/docs/hooks.txt b/docs/hooks.txt index 7671e6e3..4e134e5d 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -2449,6 +2449,12 @@ $context: (IContextSource) The RequestContext the skin is being created for. &$skin: A variable reference you may set a Skin instance or string key on to override the skin that will be used for the context. +'RequestHasSameOriginSecurity': Called to determine if the request is somehow +flagged to lack same-origin security. Return false to indicate the lack. Note +if the "somehow" involves HTTP headers, you'll probably need to make sure +the header is varied on. +WebRequest $request: The request. + 'ResetPasswordExpiration': Allow extensions to set a default password expiration $user: The user having their password expiration reset &$newExpire: The new expiration date -- cgit v1.2.2