1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-06-27 16:36:00 +00:00

Remove URL from client user agent

This commit is contained in:
Frédéric Guillot 2019-01-07 18:08:42 -08:00
parent a86a7dce57
commit 28ba09e952

View file

@ -18,7 +18,7 @@ import (
) )
const ( const (
userAgent = "Miniflux Client Library <https://github.com/miniflux/miniflux-go>" userAgent = "Miniflux Client Library"
defaultTimeout = 80 defaultTimeout = 80
) )