skipping https redirect for production
This commit is contained in:
parent
a9a41e5b8a
commit
64b7105514
@ -129,7 +129,7 @@ namespace Selector.Web
|
||||
else
|
||||
{
|
||||
app.UseExceptionHandler("/Error");
|
||||
app.UseHttpsRedirection();
|
||||
// app.UseHttpsRedirection();
|
||||
// The default HSTS value is 30 days. You may want to change this for production scenarios, see https://aka.ms/aspnetcore-hsts.
|
||||
//app.UseHsts();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user