add google maps to csp

This commit is contained in:
Yuri Kuznetsov
2022-08-17 10:31:23 +03:00
parent b7de48a8e8
commit 565f19f51b
@@ -216,6 +216,8 @@ return [
'massActionIdleCountThreshold' => 100,
'exportIdleCountThreshold' => 1000,
'clientCspDisabled' => false,
'clientCspScriptSourceList' => [],
'clientCspScriptSourceList' => [
'https://maps.googleapis.com',
],
'isInstalled' => false,
];