Skip to content

Commit

Permalink
doc: fix typo in cookie.go
Browse files Browse the repository at this point in the history
  • Loading branch information
mbj36 committed Oct 22, 2018
1 parent 8ccafb1 commit 83b16fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/net/http/cookie.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ type Cookie struct {

// SameSite allows a server to define a cookie attribute making it impossible for
// the browser to send this cookie along with cross-site requests. The main
// 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
// some protection against cross-site request forgery attacks.
//
// See https://tools.ietf.org/html/draft-ietf-httpbis-cookie-same-site-00 for details.
Expand Down

0 comments on commit 83b16fa

Please sign in to comment.