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

Change subject: Do not use protocol for ContentTranslation
......................................................................


Do not use protocol for ContentTranslation

So that it inherit site protocal.

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

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



diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index e5ecd02..c0e680a 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -2719,7 +2719,7 @@
 if ( $wmgUseContentTranslation ) {
        require_once "$IP/extensions/ContentTranslation/ContentTranslation.php";
        // T76200: Public URL for cxserver instance
-       $wgContentTranslationSiteTemplates['cx'] = 
'http://cxserver.wikimedia.org';
+       $wgContentTranslationSiteTemplates['cx'] = '//cxserver.wikimedia.org';
        // Used for html2wikitext when publishing
        $wgContentTranslationParsoid = array(
                'url' => $wmgParsoidURL,

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I5c53db2d6eb5a7701b2fedb8887e8f49781536dd
Gerrit-PatchSet: 2
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: KartikMistry <[email protected]>
Gerrit-Reviewer: Alexandros Kosiaris <[email protected]>
Gerrit-Reviewer: Chad <[email protected]>
Gerrit-Reviewer: Reedy <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to