mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-02 23:59:34 +00:00
parent
028acd0af1
commit
58b3cfb158
@ -80,14 +80,8 @@ class MrssFormat extends FormatAbstract
|
||||
$feedUrl = get_current_url();
|
||||
$linkSelf->setAttribute('href', $feedUrl);
|
||||
} elseif ($feedKey === 'icon') {
|
||||
$allowedIconExtensions = [
|
||||
'.gif',
|
||||
'.jpg',
|
||||
'.png',
|
||||
'.ico',
|
||||
];
|
||||
$icon = $feedValue;
|
||||
if ($icon && in_array(substr($icon, -4), $allowedIconExtensions)) {
|
||||
if ($icon) {
|
||||
$feedImage = $document->createElement('image');
|
||||
$channel->appendChild($feedImage);
|
||||
$iconUrl = $document->createElement('url');
|
||||
|
Loading…
Reference in New Issue
Block a user