Browse Source

Update user agent with new website URL

Frédéric Guillot 7 years ago
parent
commit
17054b396e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      http/client/client.go

+ 1 - 1
http/client/client.go

@@ -212,7 +212,7 @@ func (c *Client) buildClient() http.Client {
 
 
 func (c *Client) buildHeaders() http.Header {
 func (c *Client) buildHeaders() http.Header {
 	headers := make(http.Header)
 	headers := make(http.Header)
-	headers.Add("User-Agent", "Mozilla/5.0 (compatible; Miniflux/"+version.Version+"; +https://miniflux.net)")
+	headers.Add("User-Agent", "Mozilla/5.0 (compatible; Miniflux/"+version.Version+"; +https://miniflux.app)")
 	headers.Add("Accept", "*/*")
 	headers.Add("Accept", "*/*")
 
 
 	if c.etagHeader != "" {
 	if c.etagHeader != "" {