summaryrefslogtreecommitdiffstats
path: root/modules/web/middleware/cookie.go
Commit message (Expand)AuthorAgeFilesLines
* Refactor CSRF protection modules, make sure CSRF tokens can be up-to-date. (#...wxiaoguang2022-04-081-12/+1
* Simplify parameter types (#18006)Gusted2021-12-201-1/+1
* Fix setting of SameSite on cookies (#15989)zeripath2021-05-261-3/+3
* Add SameSite setting for cookies (#14900)zeripath2021-03-071-0/+41
* Move middlewares to web/middleware (#14480)Lunny Xiao2021-01-301-0/+165