Skip to content

Commit 02be152

Browse files
committed
tweak cors
1 parent 5de8838 commit 02be152

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rubberduckvba.Server/Program.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ public static void Main(string[] args)
5151
{
5252
policy
5353
.SetIsOriginAllowed(origin => true)
54+
.AllowAnyOrigin()
5455
.AllowAnyHeader()
5556
.WithMethods("OPTIONS", "GET", "POST")
5657
.AllowCredentials()

0 commit comments

Comments
 (0)