diff --git a/ArchiSteamFarm/IPC/ArchiKestrel.cs b/ArchiSteamFarm/IPC/ArchiKestrel.cs index 3052a9027..f2dade9bc 100644 --- a/ArchiSteamFarm/IPC/ArchiKestrel.cs +++ b/ArchiSteamFarm/IPC/ArchiKestrel.cs @@ -280,6 +280,7 @@ internal static class ArchiKestrel { "/swagger", static options => { options.DefaultFonts = false; options.OpenApiRoutePattern = $"/swagger/{SharedInfo.ASF}/swagger.json"; + options.Telemetry = false; options.Theme = ScalarTheme.Kepler; options.Title = $"{SharedInfo.AssemblyName} API"; }