We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66534f0 commit b3f7851Copy full SHA for b3f7851
src/proto/FunctionRpc.proto
@@ -431,11 +431,12 @@ message RpcException {
431
432
// Http cookie type. Note that only name and value are used for Http requests
433
message RpcHttpCookie {
434
- // Enum that lets servers require that a cookie shouoldn't be sent with cross-site requests
+ // Enum that lets servers require that a cookie shouldn't be sent with cross-site requests
435
enum SameSite {
436
None = 0;
437
Lax = 1;
438
Strict = 2;
439
+ ExplicitNone = 3;
440
}
441
442
// Cookie name
0 commit comments