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:
authorStan Hu <stanhu@gmail.com>2019-08-07 21:17:12 +0300
committerStan Hu <stanhu@gmail.com>2019-08-07 21:21:08 +0300
commitd265408c26b6d4a6087df032b1928d142534d0a6 (patch)
treee736852ce97c3709939cc8f1dfef2f95e32392d9 /changelogs
parent8d659869e1d8ef4a844ea03890f42cb80f312fa0 (diff)
Add missing report-uri to CSP config
This is supported in Rails 5.2, although it may be deprecated in the future by reports-to.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/sh-add-missing-csp-report-uri.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/sh-add-missing-csp-report-uri.yml b/changelogs/unreleased/sh-add-missing-csp-report-uri.yml
new file mode 100644
index 00000000000..656eb8e9c37
--- /dev/null
+++ b/changelogs/unreleased/sh-add-missing-csp-report-uri.yml
@@ -0,0 +1,5 @@
+---
+title: Add missing report-uri to CSP config
+merge_request: 31593
+author:
+type: fixed