We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3132e19 commit b361adfCopy full SHA for b361adf
1 file changed
src/Test/AppHost.cs
@@ -54,7 +54,7 @@ public override void Configure(Container container)
54
{
55
AdminAuthSecret = "secretz",
56
DebugMode = HostingEnvironment.IsDevelopment(),
57
- //UseSameSiteCookies = true,
+ UseSameSiteCookies = false,
58
Return204NoContentForEmptyResponse = true,
59
});
60
0 commit comments