Disable useHsts()

This commit is contained in:
2022-06-13 18:03:50 -05:00
parent ab8d0c4c7c
commit 509ad015df

View File

@@ -167,7 +167,8 @@ namespace Gameboard.ShogiUI.Sockets
}
else
{
app.UseHsts();
// Disable this because Apache handles HTTPS in production.
//app.UseHsts();
}
app
//.UseRequestResponseLogging()