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

Change subject: beta: Use protocol-relative link to connect to restbase
......................................................................


beta: Use protocol-relative link to connect to restbase

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

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



diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index 7b79d0b..f2ece68 100755
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -1942,7 +1942,7 @@
                        if ( $wmfRealm === 'production' ) {
                                $wgVisualEditorRestbaseURL = 
"https://$wgServerName/api/rest_v1/page/html/";;
                        } elseif ( $wmfRealm === 'labs' ) {
-                               $wgVisualEditorRestbaseURL = 
"http://$wgServerName/api/rest_v1/page/html/";;
+                               $wgVisualEditorRestbaseURL = 
"//$wgServerName/api/rest_v1/page/html/";
                        }
                };
        }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I5fc792bdff350225bffcaaf7d4baddcd2906c9da
Gerrit-PatchSet: 3
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Alex Monk <[email protected]>
Gerrit-Reviewer: Alex Monk <[email protected]>
Gerrit-Reviewer: Chad <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to