Browse Source

Identity Server spelling mistake (#1881)

In Identity.API project's Startup.cs file contains spelling mistake.
pull/1885/head
Onurkan Bakırcı 2 years ago
committed by GitHub
parent
commit
981507dccb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Services/Identity/Identity.API/Startup.cs

+ 1
- 1
src/Services/Identity/Identity.API/Startup.cs 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'");


Loading…
Cancel
Save