RSS Feed Isn't Being Updated
https://www.theregister.com/headlines.rss hasn't been updated for a few days.
This topic was created by richardcox13 .
AFAICT, we're continuing to serve the proper information in the feed:
$ curl -vso/dev/null https://www.theregister.com/headlines.rss 2>&1 | grep -e '^< \(last-modified\|cache-control\|expires\|content-type\|date\):'
< date: Thu, 04 Jun 2020 11:25:59 GMT
< content-type: application/rss+xml
< last-modified: Thu, 04 Jun 2020 11:20:30 GMT
< cache-control: max-age=1800
< expires: Thu, 04 Jun 2020 11:55:59 GMT
Dunno if maybe you need to somehow "hard refresh" your feed reader?
In any case, I've cache-busted the CDN's version of it, so it should hopefully work properly now.