Tweichart has uploaded a new change for review. https://gerrit.wikimedia.org/r/233350
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/50/233350/1 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: newchange 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]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
