From b35af566091d3976bb0f135ec131d3f46513be83 Mon Sep 17 00:00:00 2001 From: Demis Bellot Date: Sun, 13 Sep 2020 22:52:26 +0800 Subject: [PATCH] Use default UseSameSiteCookies --- MyApp/Startup.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/MyApp/Startup.cs b/MyApp/Startup.cs index e633203..2cb5ff4 100644 --- a/MyApp/Startup.cs +++ b/MyApp/Startup.cs @@ -51,7 +51,6 @@ public override void Configure(Container container) SetConfig(new HostConfig { - UseSameSiteCookies = true, AddRedirectParamsToQueryString = true, DebugMode = AppSettings.Get(nameof(HostConfig.DebugMode), HostingEnvironment.IsDevelopment()), });