skipping https redirect for production
This commit is contained in:
parent
a9a41e5b8a
commit
64b7105514
@ -129,7 +129,7 @@ namespace Selector.Web
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
app.UseExceptionHandler("/Error");
|
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.
|
// 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.UseHsts();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user