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

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(-)

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



diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php
index a9165f7..c38d260 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/233350
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ibc6f94d58c78b520f6ca32a392fa650029605499
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/BlueSpiceFoundation
Gerrit-Branch: REL1_23
Gerrit-Owner: Tweichart <[email protected]>
Gerrit-Reviewer: Pwirth <[email protected]>
Gerrit-Reviewer: Tweichart <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to