aureliendavid / rsspreview

WebExtension to preview RSS feeds in the browser
MIT License
99 stars 6 forks source link

Feed doesn't work #46

Closed sojusnik closed 4 years ago

sojusnik commented 4 years ago

It works in RSS Readers, but not with your add-on: https://blog.railcargo.com/newsfeed.xml

aureliendavid commented 4 years ago

the feed is a not-well-formed xml document that is rejected by firefox even before the addon has the chance to do anything (because of an unescaped &)

there's nothing I can do about it, it's all firefox

the solution is for the site to fix their feed (without that one unescaped character the feed works well with the addon)