01tonythomas has uploaded a new change for review. https://gerrit.wikimedia.org/r/118956
Change subject: Adjust RSS whitelist to allow mediawiki blog feeds ...................................................................... Adjust RSS whitelist to allow mediawiki blog feeds Whitelisted all of https://blog.wikimedia.org/ Bug: 61888 Change-Id: Ic3bdf5e41ed0d4936cd38b27b8dd87c44b9f9a84 --- M wmf-config/InitialiseSettings.php 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config refs/changes/56/118956/1 diff --git a/wmf-config/InitialiseSettings.php b/wmf-config/InitialiseSettings.php index 0217ce5..7b3bcdc 100644 --- a/wmf-config/InitialiseSettings.php +++ b/wmf-config/InitialiseSettings.php @@ -10815,7 +10815,7 @@ 'http://blog.wikimedia.org/c/communications/picture-of-the-day/feed/', ), 'mediawikiwiki' => array( - 'http://blog.wikimedia.org/feed/', + 'http://blog.wikimedia.org/', 'https://git.wikimedia.org/feed/mediawiki/extensions/Translate.git', 'https://mingle.corp.wikimedia.org/projects/analytics/feeds/8z8k6vUfniLmWc2qGe6GMQsxBujvKRKuybLd8mdTbMFHwGfLH3oxK*MU0E8zM6go.atom', ), -- To view, visit https://gerrit.wikimedia.org/r/118956 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ic3bdf5e41ed0d4936cd38b27b8dd87c44b9f9a84 Gerrit-PatchSet: 1 Gerrit-Project: operations/mediawiki-config Gerrit-Branch: master Gerrit-Owner: 01tonythomas <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
