awjrichards has uploaded a new change for review. Change subject: Ensure https enforcement for login/acct creation only happens on mobile ......................................................................
Ensure https enforcement for login/acct creation only happens on mobile Without this change, if wgMFForceSecureLogin is set to true, then all attempts to access account creation will be sent to the mobile version of the site, even if the request was made from the desktop version of the site. This was a bone-headed oversight. Change-Id: If8cb2e7d81c8466b1506bde19ffd4a4ab061d2b0 --- M includes/MobileFrontend.body.php 1 file changed, 5 insertions(+), 3 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MobileFrontend refs/changes/30/43030/1 -- To view, visit https://gerrit.wikimedia.org/r/43030 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: If8cb2e7d81c8466b1506bde19ffd4a4ab061d2b0 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/MobileFrontend Gerrit-Branch: master Gerrit-Owner: awjrichards <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
