Removing UseHsts
This commit is contained in:
parent
cfc3550c99
commit
ce0937af49
@ -43,11 +43,6 @@ namespace drinkMe.Server
|
||||
app.UseDeveloperExceptionPage();
|
||||
app.UseWebAssemblyDebugging();
|
||||
}
|
||||
else
|
||||
{
|
||||
// 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.UseHttpsRedirection();
|
||||
app.UseBlazorFrameworkFiles();
|
||||
|
Loading…
Reference in New Issue
Block a user