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 eb48ea1 commit 22bd1e1Copy full SHA for 22bd1e1
AdobeStockImageAdminUi/etc/csp_whitelist.xml
@@ -0,0 +1,18 @@
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"
9
+ xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Csp:etc/csp_whitelist.xsd">
10
+ <policies>
11
+ <policy id="img-src">
12
+ <values>
13
+ <value id="adobe_stock_cdn" type="host">*.ftcdn.net</value>
14
+ <value id="jquery_image_load_placeholder" type="host">data:</value>
15
+ </values>
16
+ </policy>
17
+ </policies>
18
+</csp_whitelist>
0 commit comments