jenkins-bot has submitted this change and it was merged. Change subject: Revert "Making SSL connection true as default per disabling http for logged in users in 21 August" ......................................................................
Revert "Making SSL connection true as default per disabling http for logged in users in 21 August" This reverts commit 6addd6f70a386fd131acbe5c2d0b47f21a0cd68f. The WMF is not switching for another week [1] and this change breaks editing on WMF sites due to a missing root certificate [2]. [1] http://article.gmane.org/gmane.science.linguistics.wikipedia.technical/72200 [2] https://sourceforge.net/p/pywikipediabot/bugs/1656/ Change-Id: Ifab59ca6d9701b65ae779a28727b7b27c8193974 --- M family.py 1 file changed, 0 insertions(+), 3 deletions(-) Approvals: Ladsgroup: Looks good to me, approved jenkins-bot: Verified diff --git a/family.py b/family.py index 255cc3d..871519d 100644 --- a/family.py +++ b/family.py @@ -4726,6 +4726,3 @@ def shared_image_repository(self, code): return ('commons', 'commons') - - def protocol(self, code): - return 'https' -- To view, visit https://gerrit.wikimedia.org/r/80350 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ifab59ca6d9701b65ae779a28727b7b27c8193974 Gerrit-PatchSet: 1 Gerrit-Project: pywikibot/compat Gerrit-Branch: master Gerrit-Owner: Merlijn van Deen <[email protected]> Gerrit-Reviewer: Ladsgroup <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ Pywikibot-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits
