mirror of
https://github.com/github/codeql.git
synced 2025-12-22 03:36:30 +01:00
C#: Manually re-order the values in the HttpOnlyPolicy enum.
This commit is contained in:
@@ -66,8 +66,8 @@ namespace Microsoft
|
||||
// Generated from `Microsoft.AspNetCore.CookiePolicy.HttpOnlyPolicy` in `Microsoft.AspNetCore.CookiePolicy, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`
|
||||
public enum HttpOnlyPolicy
|
||||
{
|
||||
Always,
|
||||
None,
|
||||
Always,
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user