Pwirth has uploaded a new change for review.

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

Change subject: BSF DefaultSettings: Added blog.hallowelt.com to 
$wgRSSUrlWhitelist
......................................................................

BSF DefaultSettings: Added blog.hallowelt.com to $wgRSSUrlWhitelist

Change-Id: Ibc6f94d58c78b520f6ca32a392fa650029605499
---
M includes/DefaultSettings.php
1 file changed, 4 insertions(+), 1 deletion(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/BlueSpiceFoundation 
refs/changes/49/233349/1

diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php
index b9ef87f..dbaac98 100644
--- a/includes/DefaultSettings.php
+++ b/includes/DefaultSettings.php
@@ -35,7 +35,10 @@
 //Default settings needed for BlueSpice
 $wgNamespacesWithSubpages[NS_MAIN] = true;
 $wgApiFrameOptions = 'SAMEORIGIN';
-$wgRSSUrlWhitelist = array( "http://blog.blue-spice.org/feed/"; );
+$wgRSSUrlWhitelist = array(
+       "http://blog.blue-spice.org/feed/";,
+       "http://blog.hallowelt.com/feed/";,
+);
 $wgExternalLinkTarget = '_blank';
 $wgCapitalLinkOverrides[ NS_FILE ] = false;
 $wgRestrictDisplayTitle = false; //Otherwise only titles that normalize to the 
same DB key are allowed

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibc6f94d58c78b520f6ca32a392fa650029605499
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/BlueSpiceFoundation
Gerrit-Branch: master
Gerrit-Owner: Pwirth <[email protected]>

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

Reply via email to