Strip embedded SVG images for now#2135
Conversation
Fix FreshRSS#2106 Proper SVG support would require custom sanitizing and URL rewriting of xlink:href, and is left for future work
|
@Frenzie Indeed a pity. We could make SVG work again though. But I have not yet seen a legit use of SVG in a RSS feed. Examples welcome. |
|
I'm not really sure how else I'd use SVG? https://fransdejonge.com/category/media/drawing That being said, normally I don't put the SVG in the HTML like I seem to have done in this one: Also slightly different: Generally speaking the more sensible thing to do is a But surely I can't uniquely be the only person who's used plain SVG in a "legit" manner? |
|
Thanks for the example :-) |
|
Although note that you'll need to use the "Articles CSS path on original website" feature. |
Fix FreshRSS#2106 Proper SVG support would require custom sanitizing and URL rewriting of xlink:href, and is left for future work
Fix #2106
Proper SVG support would require custom sanitizing and URL rewriting of
xlink:href, and is left for future work