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 78c411d commit 2f10855Copy full SHA for 2f10855
app/code/Magento/Csp/etc/config.xml
@@ -92,6 +92,9 @@
92
<inline>1</inline>
93
<eval>0</eval>
94
<dynamic>0</dynamic>
95
+ <schemes>
96
+ <data>data</data>
97
+ </schemes>
98
</images>
99
<frames>
100
<policy_id>frame-src</policy_id>
@@ -120,6 +123,9 @@
120
123
121
124
122
125
126
127
128
129
</fonts>
130
</storefront>
131
<admin>
@@ -197,6 +203,9 @@
197
203
198
204
199
205
206
207
208
200
209
201
210
202
211
@@ -225,6 +234,9 @@
225
234
226
235
227
236
237
238
239
228
240
229
241
</admin>
230
242
</policies>
0 commit comments