Skip to content

Commit 3dbc149

Browse files
author
Oleksandr Gorkun
committed
MAGETWO-93272: [Backport for 2.2.x] Product Video feature not GDPR compliant
1 parent c8a61c8 commit 3dbc149

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/ProductVideo/view/adminhtml/web/js/get-video-information.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -633,6 +633,7 @@ define([
633633
} else if (href.host.match(/youtube\.com|youtu\.be|youtube-nocookie.com/)) {
634634
id = href.pathname.replace(/^\/(embed\/|v\/)?/, '').replace(/\/.*/, '');
635635
type = 'youtube';
636+
636637
if (href.host.match(/youtube-nocookie.com/)) {
637638
useYoutubeNocookie = true;
638639
}

0 commit comments

Comments
 (0)