Skip to content

Commit 6979731

Browse files
committed
Change to HttpOnlyCookies false to enable test suite.
1 parent b361adf commit 6979731

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Test/AppHost.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ public override void Configure(Container container)
5353
SetConfig(new HostConfig
5454
{
5555
AdminAuthSecret = "secretz",
56+
UseHttpOnlyCookies = false,
5657
DebugMode = HostingEnvironment.IsDevelopment(),
5758
UseSameSiteCookies = false,
5859
Return204NoContentForEmptyResponse = true,

0 commit comments

Comments
 (0)