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:
authorRémy Coutable <remy@rymai.me>2019-01-21 11:01:26 +0300
committerRémy Coutable <remy@rymai.me>2019-01-21 11:01:26 +0300
commit764f26785a0af9aaa472537e56386ffd5ce3d875 (patch)
tree8908edb44e44db59a2368513a97d4f03a9113c39 /changelogs
parent93a93174c2978834d529f7ee5f1d62682ee5a536 (diff)
parent4724afa0059803b9ada7f1f888fb5595767ae7aa (diff)
Merge branch 'raise-on-unfiltered-params' into 'master'
Set ActionController raise_on_unfiltered_parameters to true See merge request gitlab-org/gitlab-ce!24443
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/raise-on-unfiltered-params.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/raise-on-unfiltered-params.yml b/changelogs/unreleased/raise-on-unfiltered-params.yml
new file mode 100644
index 00000000000..531e9ba807e
--- /dev/null
+++ b/changelogs/unreleased/raise-on-unfiltered-params.yml
@@ -0,0 +1,5 @@
+---
+title: Actually set raise_on_unfiltered_parameters to true
+merge_request: 24443
+author: Jasper Maes
+type: other