diff --git a/morty.go b/morty.go index 2351fcd..2e45ed8 100644 --- a/morty.go +++ b/morty.go @@ -315,7 +315,7 @@ func (p *Proxy) RequestHandler(ctx *fasthttp.RequestCtx) { } req.SetRequestURI(requestURIStr) - req.Header.SetUserAgentBytes([]byte("Mozilla/5.0 (Windows NT 10.0; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0")) + req.Header.SetUserAgentBytes([]byte("Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0")) resp := fasthttp.AcquireResponse() defer fasthttp.ReleaseResponse(resp)