Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorblackst0ne <blackst0ne.ru@gmail.com>2017-06-16 03:04:24 +0300
committerDouwe Maan <douwe@selenight.nl>2017-07-26 12:05:44 +0300
commit29022350999ab3ddc4518f7a7647939ec2de8e09 (patch)
tree2b3e49cbe583ebf51b792318466880f6a208f11a /changelogs
parentf2da36f19661353cd1bd6788fbdf1a65e2d70f8d (diff)
Add CSRF token verification to API
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/33601-add-csrf-token-verification-to-api.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/unreleased/33601-add-csrf-token-verification-to-api.yml b/changelogs/unreleased/33601-add-csrf-token-verification-to-api.yml
new file mode 100644
index 00000000000..fa1a77ebcc1
--- /dev/null
+++ b/changelogs/unreleased/33601-add-csrf-token-verification-to-api.yml
@@ -0,0 +1,4 @@
+---
+title: Add CSRF token verification to API
+merge_request: 12154
+author: @blackst0ne