Fix front-end analytics csp config

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2022-11-06 15:14:04 +01:00
parent f593867d8e
commit 994797c475
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ defmodule Mobilizon.Service.FrontEndAnalytics do
defp merge_csp_config(config, global_config) do
Keyword.merge(global_config, config, fn _key, global, config ->
"#{global} #{config}"
global ++ config
end)
end
end