Skip to content

Commit 6ad8930

Browse files
committed
minor fixes
1 parent 33f1b11 commit 6ad8930

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

6-data-storage/01-cookie/article.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,11 @@ But anything more complicated, like a network request from another site or a for
247247

248248
If that's fine for you, then adding `samesite=lax` will probably not break the user experience and add protection.
249249

250-
Overall, `samesite` is a great option, but it has an important drawback:
251-
- `samesite` is ignored (not supported) by old browsers, year 2017 or so.
250+
Overall, `samesite` is a great option.
251+
252+
There's a drawback:
253+
254+
- `samesite` is ignored (not supported) by very old browsers, year 2017 or so.
252255

253256
**So if we solely rely on `samesite` to provide protection, then old browsers will be vulnerable.**
254257

0 commit comments

Comments
 (0)