Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
ff7ebfc7fb
commit
1d516010c2
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ namespace BirdsiteLive
|
|||
services.AddControllersWithViews();
|
||||
|
||||
services.AddHttpClient("BirdsiteLIVE", httpClient => {
|
||||
ProductInfoHeaderValue product = new($"BirdsiteLIVE/{Program.VERSION}");
|
||||
ProductInfoHeaderValue product = new("BirdsiteLIVE", $"{Program.VERSION}");
|
||||
ProductInfoHeaderValue comment = new($"(+https://{Configuration["Instance:Domain"]})");
|
||||
httpClient.DefaultRequestHeaders.UserAgent.Add(product);
|
||||
httpClient.DefaultRequestHeaders.UserAgent.Add(comment);
|
||||
|
|
Reference in a new issue