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 7f69d1f commit f905766Copy full SHA for f905766
6-data-storage/01-cookie/article.md
@@ -259,7 +259,7 @@ Cookie 的 `samesite` 选项提供了另一种防止此类攻击的方式,(
259
260
**因此,如果我们仅依靠 `samesite` 提供保护,那么在旧版本的浏览器上将很容易受到攻击。**
261
262
-但是,我们肯定可以将 `samesite` 与其他保护措施(例如 XSRF token)一起使用,例如 xsrf token,这样可以多增加一层保护,将来,当旧版本的浏览器淘汰时,我们可能就可以删除 xsrf token 这种方式了。
+但是,我们肯定可以将 `samesite` 与其他保护措施一起使用,例如 XSRF token,这样可以多增加一层保护,将来,当旧版本的浏览器淘汰时,我们可能就可以删除 xsrf token 这种方式了。
263
264
## httpOnly
265
0 commit comments