fossar / selfoss

multipurpose rss reader, live stream, mashup, aggregation web application
https://selfoss.aditu.de
GNU General Public License v3.0
2.38k stars 345 forks source link

spouts\rss: Provide unencoded link #1188

Closed jtojnar closed 4 years ago

jtojnar commented 4 years ago

Fixes: #1185 Replaces: #1187

SimplePie returns links escaped with htmlspecialchars but we might want to use the URL to fetch additional data so we need to unescape it first. ContentLoader will escape it again before saving it to database.