MaxSem has submitted this change and it was merged. Change subject: Always ensure Special:Userlogin is handled by https, if enabled ......................................................................
Always ensure Special:Userlogin is handled by https, if enabled This takes advantage of the SpecialPageBeforeExecute hook to redirect a user to the https version of Special:Userlogin if they are initially requesting the page from http but have wgMFForceSecureLogin set to true. Change-Id: I23a1db6b9e79c17820556be428118121cb4640b4 --- M includes/MobileFrontend.body.php 1 file changed, 39 insertions(+), 0 deletions(-) Approvals: MaxSem: Verified; Looks good to me, approved jenkins-bot: Verified -- To view, visit https://gerrit.wikimedia.org/r/41190 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I23a1db6b9e79c17820556be428118121cb4640b4 Gerrit-PatchSet: 4 Gerrit-Project: mediawiki/extensions/MobileFrontend Gerrit-Branch: master Gerrit-Owner: awjrichards <[email protected]> Gerrit-Reviewer: MaxSem <[email protected]> Gerrit-Reviewer: awjrichards <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
