Seems like my Miniflux is being blocked from adding Hacker News' RSS feed?!
Firefox is able to access and download the RSS feed. cURL is not allowed.
@celia I tried using curl with -I flag and it emits the RSS Feed. It looks like the server responds with RSS but also sets the status Code to 403 at least locally.
@celia I always used https://edavis.github.io/hnrss/ for HN RSS.
@celia Looks like just HEAD requests are blocked? If you take off `-I`, curl works fine for me.
@celia I just tried and its happening in my Miniflux as well 🤔