You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 28, 2024. It is now read-only.
You can see that the link attributes use HTML/XML escaping, which transforms & parameters in the URL into &. e.g. <link>http://www.phoronix.com/scan.php?page=news_item&px=Qualcomm-Centriq-2400</link>
Hi,
For this RSS feed: https://www.phoronix.com/rss.php inside FreshRSS
You can see that the
linkattributes use HTML/XML escaping, which transforms¶meters in the URL into&. e.g.<link>http://www.phoronix.com/scan.php?page=news_item&px=Qualcomm-Centriq-2400</link>In EasyRSS, viewing the link for this page opens the literal URL http://www.phoronix.com/scan.php?page=news_item&px=Qualcomm-Centriq-2400 ... which is invalid and so the website redirects to the homepage.
EasyRSS must perform HTML/XML entity decoding more correctly.
Using EasyRSS 0.6.08 from F-Droid.