Identity Server spelling mistake (#1881)

In Identity.API project's Startup.cs file contains spelling mistake.
This commit is contained in:
Onurkan Bakırcı 2022-03-21 10:53:40 +03:00 committed by GitHub
parent 91c71528f6
commit 981507dccb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -121,7 +121,7 @@ namespace Microsoft.eShopOnContainers.Services.Identity.API
app.UseStaticFiles();
// Make work identity server redirections in Edge and lastest versions of browers. WARN: Not valid in a production environment.
// Make work identity server redirections in Edge and lastest versions of browsers. WARN: Not valid in a production environment.
app.Use(async (context, next) =>
{
context.Response.Headers.Add("Content-Security-Policy", "script-src 'unsafe-inline'");