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.
1 parent b67a37f commit ca33666Copy full SHA for ca33666
ReCaptchaVersion3Invisible/etc/csp_whitelist.xml
@@ -0,0 +1,17 @@
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="frame-src">
5
+ <values>
6
+ <value id="google_com" type="host">*.google.com</value>
7
+ </values>
8
+ </policy>
9
+ <policy id="script-src">
10
11
+ <value id="gstatic_com" type="host">*.gstatic.com</value>
12
13
14
15
+ </policies>
16
+</csp_whitelist>
17
+
0 commit comments