jenkins-bot has submitted this change and it was merged.

Change subject: Follow-up eca4279: Unbreak VisualEditor loading in Beta Cluster
......................................................................


Follow-up eca4279: Unbreak VisualEditor loading in Beta Cluster

There's no SSL for en.wikipedia.beta.wmflabs.org and its ilk.

Change-Id: I82538111ed4d71656b548d3d7c9bba4c263d5e19
---
M wmf-config/CommonSettings-labs.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Catrope: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/wmf-config/CommonSettings-labs.php 
b/wmf-config/CommonSettings-labs.php
index fbf484e..5f23159 100644
--- a/wmf-config/CommonSettings-labs.php
+++ b/wmf-config/CommonSettings-labs.php
@@ -99,7 +99,7 @@
                // so use a hook
                $wgExtensionFunctions[] = function () {
                        global $wgServerName, $wgVisualEditorRestbaseURL;
-                       $wgVisualEditorRestbaseURL = 
"https://$wgServerName/api/rest_v1/page/html/";;
+                       $wgVisualEditorRestbaseURL = 
"http://$wgServerName/api/rest_v1/page/html/";;
                };
        }
 }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I82538111ed4d71656b548d3d7c9bba4c263d5e19
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Jforrester <[email protected]>
Gerrit-Reviewer: Catrope <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to