summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ0WI <sjw@gmx.ch>2019-08-22 14:18:10 +0000
committerJ0WI <sjw@gmx.ch>2019-08-22 14:18:10 +0000
commit47c3abdfd0495a631e2f3f0ec850c6ed634b7fd7 (patch)
treefe681e78b58bef68823e49b4683869f15c322cc6
parentdc5d755812908455b23f2c9afbec2dab24a3e5ad (diff)
downloadgitlab-ce-47c3abdfd0495a631e2f3f0ec850c6ed634b7fd7.tar.gz
Fix typo in Content Security Policy example
-rw-r--r--config/gitlab.yml.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example
index 2f6658594cc..efddbfcbb57 100644
--- a/config/gitlab.yml.example
+++ b/config/gitlab.yml.example
@@ -61,7 +61,7 @@ production: &base
form_action:
frame_ancestors: "'self'"
frame_src: "'self' https://www.google.com/recaptcha/ https://www.recaptcha.net/ https://content.googleapis.com https://content-compute.googleapis.com https://content-cloudbilling.googleapis.com https://content-cloudresourcemanager.googleapis.com"
- img_src: "* data: blob"
+ img_src: "* data: blob:"
manifest_src:
media_src:
object_src: "'self' http://localhost:3808 'unsafe-inline' 'unsafe-eval' https://www.google.com/recaptcha/ https://www.recaptcha.net/ https://www.gstatic.com/recaptcha/ https://apis.google.com"