X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=rounds%2FredirectHTML.go;h=e20f7b282bbbb115f40960c935d31b57bb25eac9;hb=585e6c399b2aaae49e5bbf9eeaed309b6a77f568;hp=2e286d3208ba3da10ab100ac09fe466a98f8abe6;hpb=76f57c33ef7bec0f297c41c41c39b0ed32c196d0;p=tofuproxy.git diff --git a/rounds/redirectHTML.go b/rounds/redirectHTML.go index 2e286d3..e20f7b2 100644 --- a/rounds/redirectHTML.go +++ b/rounds/redirectHTML.go @@ -48,7 +48,7 @@ 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"), "go.stargrave.org-feeder/") { + if strings.Contains(req.Header.Get("User-Agent"), "stargrave.org-feeder/") { return true } return false