Disable useHsts()
This commit is contained in:
@@ -167,7 +167,8 @@ namespace Gameboard.ShogiUI.Sockets
|
||||
}
|
||||
else
|
||||
{
|
||||
app.UseHsts();
|
||||
// Disable this because Apache handles HTTPS in production.
|
||||
//app.UseHsts();
|
||||
}
|
||||
app
|
||||
//.UseRequestResponseLogging()
|
||||
|
||||
Reference in New Issue
Block a user