File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
aspnetcore/blazor/tutorials/movie-database-app Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -286,7 +286,7 @@ var app = builder.Build();
286286
287287Next, the HTTP request pipeline is configured.
288288
289- When the app isn't running in the Development environment:
289+ When the app isn't running in the ` Development ` environment:
290290
291291* Exception Handler Middleware (< xref:Microsoft.AspNetCore.Builder.ExceptionHandlerExtensions.UseExceptionHandler%2A > ) processes errors and displays a custom error page.
292292* [ HTTP Strict Transport Security Protocol (HSTS) Middleware] ( xref:security/enforcing-ssl#http-strict-transport-security-protocol-hsts ) (< xref:Microsoft.AspNetCore.Builder.HstsBuilderExtensions.UseHsts%2A > ) processes [ HSTS] ( https://cheatsheetseries.owasp.org/cheatsheets/HTTP_Strict_Transport_Security_Cheat_Sheet.html ) .
You can’t perform that action at this time.
0 commit comments