mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Remove explicit user agent definition (#63019)
This commit is contained in:
@@ -179,8 +179,6 @@ func (s *Service) createRequest(ctx context.Context, logger log.Logger, dsInfo *
|
||||
return nil, ErrInvalidHttpMode
|
||||
}
|
||||
|
||||
req.Header.Set("User-Agent", "Grafana")
|
||||
|
||||
params := req.URL.Query()
|
||||
params.Set("db", dsInfo.DbName)
|
||||
params.Set("epoch", "ms")
|
||||
|
||||
Reference in New Issue
Block a user