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.
vimeo.com
youtube.com
youtube-nocookie.com
1 parent 7264ba4 commit 29810b8Copy full SHA for 29810b8
app/code/Magento/PageBuilder/etc/csp_whitelist.xml
@@ -0,0 +1,22 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<!--
3
+/**
4
+ * Copyright © Magento, Inc. All rights reserved.
5
+ * See COPYING.txt for license details.
6
+ */
7
+-->
8
+<csp_whitelist xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Csp:etc/csp_whitelist.xsd">
9
+ <policies>
10
+ <policy id="connect-src">
11
+ <values>
12
+ <value id="vimeo" type="host">vimeo.com</value>
13
+ </values>
14
+ </policy>
15
+ <policy id="frame-src">
16
17
+ <value id="youtube" type="host">*.youtube.com</value>
18
+ <value id="youtube_nocookie" type="host">*.youtube-nocookie.com</value>
19
20
21
+ </policies>
22
+</csp_whitelist>
0 commit comments