csrf特性
请求类型
SameSite=Strict
SameSite=Lax
SameSite=None
同站链接点击 (GET)
✅
✅
✅
同站表单提交 (POST)
✅
✅
✅
跨站链接点击 (GET)
❌
✅
2025-07-18