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

Change subject: open-up-wgCopyUploadsDomains
......................................................................


open-up-wgCopyUploadsDomains

in order to properly test GWToolset we need to be able to download media files
from any domain a GLAM may use.

Change-Id: Idc2c009c467d491b466f0d67adb133af7fa93412
---
M wmf-config/InitialiseSettings-labs.php
1 file changed, 10 insertions(+), 0 deletions(-)

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



diff --git a/wmf-config/InitialiseSettings-labs.php 
b/wmf-config/InitialiseSettings-labs.php
index 74bdb71..0159882 100644
--- a/wmf-config/InitialiseSettings-labs.php
+++ b/wmf-config/InitialiseSettings-labs.php
@@ -292,6 +292,16 @@
                'commonswiki' => true,
        ),
 
+       'wgCopyUploadsDomains' => array(
+               'default' => array( '*.flickr.com', '*.staticflickr.com', ),
+               '+testwiki' => array( 'upload.wikimedia.org' ),
+               '+commonswiki' => array(
+                       '*.rijksmuseum.nl',
+                       '*.kb.nl',
+                       '*.legermuseum.nl'
+               )
+       ),
+
        'wmgUseMultimediaViewer' => array(
                'default' => true,
        ),

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Idc2c009c467d491b466f0d67adb133af7fa93412
Gerrit-PatchSet: 3
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Dan-nl <[email protected]>
Gerrit-Reviewer: Aaron Schulz <[email protected]>
Gerrit-Reviewer: Brian Wolff <[email protected]>
Gerrit-Reviewer: BryanDavis <[email protected]>
Gerrit-Reviewer: CSteipp <[email protected]>
Gerrit-Reviewer: Dan-nl <[email protected]>
Gerrit-Reviewer: Greg Grossmeier <[email protected]>
Gerrit-Reviewer: Legoktm <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to