-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feed Preview parses HTML code in item.description tags #98
Comments
I think this follows the spec currently. Have a look at the item in the second feed itself, not the page preview:
The html in the description is escaped, exactly like it's supposed to. Do I have a mixup in my thinking? |
I do agree with you. The resulting HTML code should always be escaped both in description and content tags of actual RSS feeds. Pipes does this properly in these examples, and everything works as expected on my feed reader. My report was actually about the "Feed Preview" page itself:
Sorry for not being clear at first and mentioning only iframes. |
Compare:
item.content
: https://www.pipes.digital/feedpreview/59Vvzw9A?Feed=https%3A%2F%2Fpost-punk.com%2Ffeeditem.description
(this feed has noitem.content
tags): https://www.pipes.digital/feedpreview/59Vvzw9A?Feed=https%3A%2F%2Ffeeds.feedburner.com%2FdailyjpopidolsPlease make iframes in descriptions display only the code too.In the first example, the Feed Preview page displays the generated HTML code as plain text. In the second example, it parses the generated HTML code.
The text was updated successfully, but these errors were encountered: