Skip to content

Commit b3f7851

Browse files
authored
samesite none (#45)
1 parent 66534f0 commit b3f7851

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/proto/FunctionRpc.proto

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,11 +431,12 @@ message RpcException {
431431

432432
// Http cookie type. Note that only name and value are used for Http requests
433433
message RpcHttpCookie {
434-
// Enum that lets servers require that a cookie shouoldn't be sent with cross-site requests
434+
// Enum that lets servers require that a cookie shouldn't be sent with cross-site requests
435435
enum SameSite {
436436
None = 0;
437437
Lax = 1;
438438
Strict = 2;
439+
ExplicitNone = 3;
439440
}
440441

441442
// Cookie name

0 commit comments

Comments
 (0)