feat(index.d.ts): add sameSite option to set cookie's SameSite attribute
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
2b0edd2c9f
commit
9beb4d3a43
1
index.d.ts
vendored
1
index.d.ts
vendored
@ -524,6 +524,7 @@ declare global {
|
||||
domain?: string
|
||||
secure?: boolean
|
||||
httpOnly?: boolean
|
||||
sameSite?: "strict" | "lax" | "none"
|
||||
}
|
||||
): void
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user