diff --git a/src/Tgstation.Server.Host/Core/Application.cs b/src/Tgstation.Server.Host/Core/Application.cs index f1da266b76..d26c30320c 100644 --- a/src/Tgstation.Server.Host/Core/Application.cs +++ b/src/Tgstation.Server.Host/Core/Application.cs @@ -174,6 +174,7 @@ namespace Tgstation.Server.Host.Core { options.EnableEndpointRouting = false; options.ReturnHttpNotAcceptable = true; + options.RespectBrowserAcceptHeader = true; }) .AddNewtonsoftJson(options => {