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 7e17608 commit 8ea603aCopy full SHA for 8ea603a
user_guide_src/source/libraries/cookies.rst
@@ -256,7 +256,7 @@ Setting Options/Types Default Description
256
**$domain** ``string`` ``''`` The domain property of the cookie.with trailing slash.
257
**$secure** ``true/false`` ``false`` If to be sent over secure HTTPS.
258
**$httponly** ``true/false`` ``true`` If not accessible to JavaScript.
259
-**$samesite** ``Lax|None|Strict`` ``Lax`` The SameSite attribute.
+**$samesite** ``Lax``/``None``/``Strict`` ``Lax`` The SameSite attribute.
260
**$raw** ``true/false`` ``false`` If to be dispatched using ``setrawcookie()``.
261
==================== ===================================== ========= =====================================================
262
0 commit comments