![Firefox logo](https://assets-prod.sumo.prod.webservices.mozgcp.net/media/uploads/products/2020-04-14-08-36-13-8dda6f.png)
An RSS feed with future dates is not recognized
I'm using a jquery function to load an RSS feed with Ajax: Chrome can see both past and future RSS entries but Firefox doesn't show entries with a date in the future: is there something else I should do (I'd like to avoid writing an RSS feed and an html page with the same data that I would have to later update)?
All Replies (1)
Do you see the same behavior if you load the feed directly? In Firefox, you can use
Bookmarks > Subscribe to this page...
when the page contains a <link> tag recognized as a feed.
In that case, you might need to bypass Firefox's transformation and parse your XML using your own code.