We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41660d0 commit b1e8846Copy full SHA for b1e8846
src/net/http/cookie.go
@@ -38,7 +38,7 @@ type Cookie struct {
38
39
// SameSite allows a server to define a cookie attribute making it impossible for
40
// the browser to send this cookie along with cross-site requests. The main
41
-// goal is to mitigate the risk of cross-origin information leakage, and provides
+// goal is to mitigate the risk of cross-origin information leakage, and provide
42
// some protection against cross-site request forgery attacks.
43
//
44
// See https://tools.ietf.org/html/draft-ietf-httpbis-cookie-same-site-00 for details.
0 commit comments