7 lines
139 B
C#
7 lines
139 B
C#
namespace Stealer;
|
|
|
|
public class Consts
|
|
{
|
|
public static string[] SAMESITES = new string[3] { "lax", "strict", "no_restriction" };
|
|
}
|