summaryrefslogtreecommitdiff
path: root/lib/gitlab/request_forgery_protection.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-6-stable-eev15.6.0-rc42GitLab Bot2022-11-171-0/+8
* Add latest changes from gitlab-org/gitlab@15-4-stable-eev15.4.0-rc42GitLab Bot2022-09-191-0/+2
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-1/+3
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-8/+0
* Enable frozen string for lib/gitlab/*.rbgfyoung2018-10-221-0/+2
* [Rails5] Force the `protect_from_forgery` callback run firstblackst0ne-fix-protect-from-forgery-in-application-controllerblackst0ne2018-06-211-1/+1
* Add log messages to clarify log messages about API CSRF token verification fa...dm-api-csrf-token-verificationDouwe Maan2017-07-281-0/+8
* Rescue only from ActionController::InvalidAuthenticityTokenDouwe Maan2017-07-261-0/+8
* Add `rescue false`.blackst0ne2017-07-261-1/+1
* Refactor CSRF protectionblackst0ne2017-07-261-0/+23