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

Change subject: Load ZeroRatedMobileAccess only where currently supported.
......................................................................


Load ZeroRatedMobileAccess only where currently supported.

* Some extra defensive measures can be added to the extension.
* But this is square one.

Change-Id: Iac4bef3e127b68d73fe59480d10723977fefa9e4
---
M wmf-config/InitialiseSettings.php
1 file changed, 3 insertions(+), 1 deletion(-)

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



diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index a274ddb..a6e7b96 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -11240,8 +11240,10 @@
 ),
 
 'wmgZeroRatedMobileAccess' => array(
-       'default' => true,
+       'default' => false,
        'wikidata' => false,
+       'wiki' => true,
+       'metawiki' => true,
 ),
 
 'wmgUseSubPageList3' => array(

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Iac4bef3e127b68d73fe59480d10723977fefa9e4
Gerrit-PatchSet: 3
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Dr0ptp4kt <[email protected]>
Gerrit-Reviewer: Catrope <[email protected]>
Gerrit-Reviewer: Dr0ptp4kt <[email protected]>
Gerrit-Reviewer: MaxSem <[email protected]>
Gerrit-Reviewer: Yurik <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to