Skip to content

Commit e2f9546

Browse files
authored
🔥 [Story vide-cache] Revert crossorigin attribute for Google cache video due to missing ACAO (#38232)
* Added tasts * Undo * Remove crossorigin
1 parent 3b136ee commit e2f9546

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎extensions/amp-video/0.1/video-cache.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ export function fetchCachedSources(
3636
// Always set crossorigin attribute so captions can be set.
3737
if (!videoEl.hasAttribute('crossorigin')) {
3838
videoEl.setAttribute('crossorigin', '');
39-
videoEl.querySelector('video')?.setAttribute('crossorigin', '');
4039
}
4140

4241
const videoSrc = videoEl.getAttribute('src');

0 commit comments

Comments
 (0)