Odder has uploaded a new change for review.

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

Change subject: Add upload_by_url right to Commons bots
......................................................................

Add upload_by_url right to Commons bots

This patch adds the upload_by_url right to Commons
bots so as to allow uploading files from domains
whitelisted in the wgCopyUploadsDomains array.

Please note that this array only includes known
safe sources so there is no reason why already
trusted and community-approved bots should not be
allowed to mass-upload files from these domains.

Bug: T145010
Change-Id: Ifef405c085c4abfb11c33869ea813a48db561806
---
M wmf-config/InitialiseSettings.php
1 file changed, 1 insertion(+), 0 deletions(-)


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

diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index b79c28e..7a30b85 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -7666,6 +7666,7 @@
                ],
                'bot' => [
                        'changetags' => true, // T134196
+                       'upload_by_url' => true, // T145010
                ]
        ],
        'dawiki' => [

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifef405c085c4abfb11c33869ea813a48db561806
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Odder <tom...@twkozlowski.com>

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

Reply via email to