PerfectlySoft / Perfect-HTTP

Base HTTP Support for Perfect.
https://www.perfect.org
Apache License 2.0
31 stars 34 forks source link

Added support for samesite cookie attribute. #8

Closed ucotta closed 8 years ago

ucotta commented 8 years ago

Same-site cookies allow servers to mitigate the risk of CSRF attacks.

Enabled by default in: Chrome 51 Opera 39 Firefox

More information in: https://www.chromestatus.com/feature/4672634709082112 https://www.sjoerdlangkemper.nl/2016/04/14/preventing-csrf-with-samesite-cookie-attribute/