diff --git a/application/Espo/Resources/defaults/config.php b/application/Espo/Resources/defaults/config.php index a661ec6d70..2517e94721 100644 --- a/application/Espo/Resources/defaults/config.php +++ b/application/Espo/Resources/defaults/config.php @@ -216,6 +216,8 @@ return [ 'massActionIdleCountThreshold' => 100, 'exportIdleCountThreshold' => 1000, 'clientCspDisabled' => false, - 'clientCspScriptSourceList' => [], + 'clientCspScriptSourceList' => [ + 'https://maps.googleapis.com', + ], 'isInstalled' => false, ];