We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5de8838 commit 02be152Copy full SHA for 02be152
rubberduckvba.Server/Program.cs
@@ -51,6 +51,7 @@ public static void Main(string[] args)
51
{
52
policy
53
.SetIsOriginAllowed(origin => true)
54
+ .AllowAnyOrigin()
55
.AllowAnyHeader()
56
.WithMethods("OPTIONS", "GET", "POST")
57
.AllowCredentials()
0 commit comments