mirror of
https://github.com/github/codeql.git
synced 2026-05-05 05:35:13 +02:00
C#: Manually re-order the values in the CookieSecurePolicy enum.
This commit is contained in:
@@ -178,9 +178,9 @@ namespace Microsoft
|
||||
// Generated from `Microsoft.AspNetCore.Http.CookieSecurePolicy` in `Microsoft.AspNetCore.Http.Abstractions, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`
|
||||
public enum CookieSecurePolicy
|
||||
{
|
||||
Always,
|
||||
None,
|
||||
SameAsRequest,
|
||||
Always,
|
||||
None
|
||||
}
|
||||
|
||||
// Generated from `Microsoft.AspNetCore.Http.Endpoint` in `Microsoft.AspNetCore.Http.Abstractions, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`
|
||||
|
||||
Reference in New Issue
Block a user