From 669006015a721492ee3cbb001cdd094c6ec6a214 Mon Sep 17 00:00:00 2001 From: Jenni Nurmi Date: Thu, 4 Jul 2019 11:16:41 +0300 Subject: [PATCH] Add events.mapbox.com to connect-src --- server/csp.js | 1 + 1 file changed, 1 insertion(+) diff --git a/server/csp.js b/server/csp.js index c13ff44c..df6170fb 100644 --- a/server/csp.js +++ b/server/csp.js @@ -23,6 +23,7 @@ const defaultDirectives = { 'maps.googleapis.com', '*.tiles.mapbox.com', 'api.mapbox.com', + 'events.mapbox.com', // Google Analytics 'www.google-analytics.com',