From 47c3abdfd0495a631e2f3f0ec850c6ed634b7fd7 Mon Sep 17 00:00:00 2001 From: J0WI Date: Thu, 22 Aug 2019 14:18:10 +0000 Subject: [PATCH] Fix typo in Content Security Policy example --- config/gitlab.yml.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"