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 43a22ae commit f8c6ff1Copy full SHA for f8c6ff1
src/Http/Headers/src/SetCookieHeaderValue.cs
@@ -42,7 +42,7 @@ private static readonly HttpHeaderParser<SetCookieHeaderValue> MultipleValuePars
42
43
static SetCookieHeaderValue()
44
{
45
- if (AppContext.TryGetSwitch("Microsoft.Net.Http.Headers.SetCookieHeaderValue.SuppressSameSiteNone", out var enabled))
+ if (AppContext.TryGetSwitch("Microsoft.AspNetCore.SuppressSameSiteNone", out var enabled))
46
47
SuppressSameSiteNone = enabled;
48
}
0 commit comments