Merlijn van Deen has submitted this change and it was merged.

Change subject: Making SSL connection true as default per disabling http for 
logged in users in 21 August
......................................................................


Making SSL connection true as default per disabling http for logged in users in 
21 August

Change-Id: I856ac9eac7261912eb6778ed7e04c1c7771f9981
---
M family.py
1 file changed, 3 insertions(+), 0 deletions(-)

Approvals:
  Merlijn van Deen: Looks good to me, approved



diff --git a/family.py b/family.py
index 871519d..255cc3d 100644
--- a/family.py
+++ b/family.py
@@ -4726,3 +4726,6 @@
 
     def shared_image_repository(self, code):
         return ('commons', 'commons')
+        
+    def protocol(self, code):
+        return 'https'

-- 
To view, visit https://gerrit.wikimedia.org/r/80003
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I856ac9eac7261912eb6778ed7e04c1c7771f9981
Gerrit-PatchSet: 3
Gerrit-Project: pywikibot/compat
Gerrit-Branch: master
Gerrit-Owner: Ladsgroup <[email protected]>
Gerrit-Reviewer: DrTrigon <[email protected]>
Gerrit-Reviewer: Legoktm <[email protected]>
Gerrit-Reviewer: Merlijn van Deen <[email protected]>
Gerrit-Reviewer: Multichill <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
Pywikibot-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits

Reply via email to