diff --git a/src/WebPlayer/Program.cs b/src/WebPlayer/Program.cs index 9d41a1abd..7ec8f9378 100644 --- a/src/WebPlayer/Program.cs +++ b/src/WebPlayer/Program.cs @@ -47,12 +47,9 @@ if (!app.Environment.IsDevelopment()) { app.UseExceptionHandler("/Error", true); - // The default HSTS value is 30 days. You may want to change this for production scenarios, see https://aka.ms/aspnetcore-hsts. app.UseHsts(); } -app.UseHttpsRedirection(); - app.UseStaticFiles(); app.UseAntiforgery();