Understand how Universal Feed Parser sanitizes markup
mainTo prevent security risks in feed aggregators, Universal Feed Parser automatically sanitizes embedded markup in several key elements.
Sanitized elements by default:
entry.contententry.summaryentry.titlefeed.infofeed.rightsfeed.subtitlefeed.title
Important: Handling text/plain content
If content is declared as (or determined to be) text/plain, it is not sanitized to avoid data loss. You should check the content type using entries[i].summary_detail.type. If it is text/plain, you must perform your own HTML escaping before rendering the content to ensure safety.