Skip to content

Commit

Permalink
CORS policy updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedtahami committed Jun 24, 2024
1 parent 1b22de9 commit 585e8e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion TruSec.Backend/TruSec.Backend/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
{
options.AddPolicy("CORSPolicy",
builder => builder
.AllowAnyOrigin()
.AllowAnyMethod()
.AllowAnyHeader()
.AllowCredentials()
Expand Down

0 comments on commit 585e8e1

Please sign in to comment.