Skip to content

Commit e9caa32

Browse files
committed
Merge branch 'AC-2251-fix-csp-whitelists' into delivery-bunch-w18
2 parents 794f93b + c05f6f9 commit e9caa32

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/code/Magento/ProductVideo/etc/csp_whitelist.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,14 @@
1515
<value id="vimeo" type="host">vimeo.com</value>
1616
<value id="www_vimeo" type="host">www.vimeo.com</value>
1717
<value id="vimeo_cdn" type="host">*.vimeocdn.com</value>
18+
<value id="youtube" type="host">*.youtube.com</value>
1819
</values>
1920
</policy>
2021
<policy id="img-src">
2122
<values>
2223
<value id="vimeo_cdn" type="host">*.vimeocdn.com</value>
2324
<value id="youtube_image" type="host">i.ytimg.com</value>
25+
<value id="youtube" type="host">*.youtube.com</value>
2426
</values>
2527
</policy>
2628
<policy id="frame-src">

0 commit comments

Comments
 (0)