function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Matt MetrosMatt Metros 

RSS Feed lightning Component

Hi everybody.

I am going to create an RSS feed lightning component.

This is the link to the RSS feed that we want to connect to
https://news.google.com/rss/search?q={Company_Name}



How do I whitelist this, so that Salesforce allows me to pull in this data?

This is how the info comes in. Do whitelist Google or Yahoo?

<rss xmlns:media="http://search.yahoo.com/mrss/" version="2.0">
<channel>...</channel>
</rss>