jenkins-bot has submitted this change and it was merged.
Change subject: Disable webp for now, so we can enable outside of WMF
......................................................................
Disable webp for now, so we can enable outside of WMF
Bug: T27397
Change-Id: I33b7de30c746e36539e9af29e9598e6723d030dd
---
M wmf-config/CommonSettings.php
1 file changed, 3 insertions(+), 0 deletions(-)
Approvals:
Alex Monk: Looks good to me, approved
jenkins-bot: Verified
diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index 1e5e8cc..e44db2d 100755
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -363,6 +363,9 @@
$wgFileExtensions = array_merge( $wgFileExtensions, $wmgFileExtensions );
+// Disable webp for now. T27397
+$wgFileExtensions = array_values( array_diff( $wgFileExtensions, array( 'webp'
) ) );
+
if ( isset( $wmgUploadStashMaxAge ) ) {
$wgUploadStashMaxAge = $wmgUploadStashMaxAge;
}
--
To view, visit https://gerrit.wikimedia.org/r/221731
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I33b7de30c746e36539e9af29e9598e6723d030dd
Gerrit-PatchSet: 5
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: TheDJ <[email protected]>
Gerrit-Reviewer: Alex Monk <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits