Skip to content

Commit

Permalink
remove allow credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
talenfisher committed Apr 6, 2023
1 parent ac062e8 commit 0a70a7b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Service/Startup.cs
Expand Up @@ -81,7 +81,6 @@ public void ConfigureServices(IServiceCollection services)
policy.AllowAnyOrigin();
policy.AllowAnyHeader();
policy.AllowAnyMethod();
policy.AllowCredentials();
});
});

Expand Down

0 comments on commit 0a70a7b

Please sign in to comment.