Tim Starling has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/55842


Change subject: Disable API action=imagerotate
......................................................................

Disable API action=imagerotate

Per RT 4821, https://bugzilla.wikimedia.org/show_bug.cgi?id=33186#c12
etc.

Change-Id: I696bc1b9be7eebbb53e1f5b9ae68102ea84571fc
---
M wmf-config/CommonSettings.php
1 file changed, 3 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/42/55842/1

diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index 4964924..f6c66ac 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -1286,6 +1286,9 @@
        $wgHiddenPrefs[] = 'minordefault';
 }
 
+// bug 33186: turn off incomplete feature action=imagerotate
+$wgAPIModules['imagerotate'] = 'ApiDisabled';
+
 
 wfProfileOut( "$fname-misc3" );
 wfProfileIn( "$fname-ext-include2" );

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I696bc1b9be7eebbb53e1f5b9ae68102ea84571fc
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Tim Starling <tstarl...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to