summaryrefslogtreecommitdiffstats
path: root/modules/context/csrf.go
Commit message (Expand)AuthorAgeFilesLines
* Refactor CSRF protection modules, make sure CSRF tokens can be up-to-date. (#...wxiaoguang2022-04-081-129/+59
* Remove legacy `unknwon/com` package (#19298)wxiaoguang2022-04-021-3/+12
* Refactor legacy `unknwon/com` package, improve golangci lint (#19284)wxiaoguang2022-04-011-4/+10
* format with gofumpt (#18184)65432022-01-201-2/+2
* Redirect on bad CSRF instead of presenting bad page (#14937)zeripath2021-07-081-4/+19
* Add SameSite setting for cookies (#14900)zeripath2021-03-071-6/+27
* Move macaron to chi (#14293)Lunny Xiao2021-01-261-0/+265