We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 63516f2 + 275cfbd commit 5188f7dCopy full SHA for 5188f7d
src/etc/csp_whitelist.xml
@@ -0,0 +1,15 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<csp_whitelist xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Csp:etc/csp_whitelist.xsd">
3
+ <policies>
4
+ <policy id="script-src">
5
+ <values>
6
+ <value id="maps.googleapis.com" type="host">maps.googleapis.com</value>
7
+ </values>
8
+ </policy>
9
+ <policy id="img-src">
10
11
+ <value id="maps.gstatic" type="host">maps.gstatic.com</value>
12
13
14
+ </policies>
15
+</csp_whitelist>
0 commit comments