@item
Permanent HTTP redirects are replaces with non-refreshing HTML page with
the link, to make you explicitly allow that step. Temporary redirects
-are followed if it is neither @url{https://newsboat.org/, Newsboat}
-nor @url{https://www.feeder.stargrave.org/, go.stargrave.org/feeder}
-user-agent, not image paths.
+are followed if it is neither @url{https://www.feeder.stargrave.org/, go.stargrave.org/feeder}
+user-agent, nor image paths.
@item
JPEG XL, AVIF and WebP images are transparently transcoded to PNG,
}
func isFeeder(req *http.Request) bool {
- if strings.Contains(req.Header.Get("User-Agent"), "newsboat/") {
- return true
- }
if strings.Contains(req.Header.Get("User-Agent"), "stargrave.org-feeder/") {
return true
}