Skip to content
Merged
Prev Previous commit
Next Next commit
Missing space :(
  • Loading branch information
akash0x53 authored and alex committed Apr 7, 2018
commit 7d69cd9ff430f6518413b9b114e22df5b244d748
2 changes: 1 addition & 1 deletion Doc/library/http.cookies.rst
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ Morsel Objects
in HTTP requests, and is not accessible through JavaScript. This is intended
to mitigate some forms of cross-site scripting.

The attribute:attr:`samesite` specifies that browser is not allowed to send the
The attribute :attr:`samesite` specifies that browser is not allowed to send the
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"the browser"

cookie along with cross-site requests. This help to mitigate CSRF attacks. Valid
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

help -> helps

values for this attribute are "Strict" and "Lax".

Expand Down