diff --git a/Chat/Program.cs b/Chat/Program.cs index 96324cf..100fc85 100644 --- a/Chat/Program.cs +++ b/Chat/Program.cs @@ -13,7 +13,6 @@ if (!app.Environment.IsDevelopment()) { app.UseExceptionHandler("/Home/Error"); - // 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(); }