Skip to content

Commit c05f6f9

Browse files
committed
AC-2251: Add vimeo.com, youtube.com and youtube-nocookie.com to scp configuration
1 parent 09a66d7 commit c05f6f9

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)