diff --git a/Content/Startup.cs b/Content/Startup.cs index c10b0b5..9539e9f 100644 --- a/Content/Startup.cs +++ b/Content/Startup.cs @@ -49,6 +49,7 @@ public void Configure(IApplicationBuilder app, IWebHostEnvironment env) else { app.UseExceptionHandler("/Home/Error"); + app.UseHsts(); } app.UseHttpsRedirection();