Skip to content

Commit

Permalink
Use default UseSameSiteCookies
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Sep 13, 2020
1 parent ed46492 commit b35af56
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion MyApp/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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()),
});
Expand Down

0 comments on commit b35af56

Please sign in to comment.