[Question] Meaning of same_site
I saw values -1 to 2
Is this mapping correct?
```
{
-1: 'unspecified',
0: 'no_restriction',
1: 'lax',
2: 'strict'
}
```
https://developer.chrome.com/docs/extensions/reference/api/cookies#type-SameSiteStatus
0 条评论