Removed crossorigin attribute from video player, potentially fixing CORS issues.

This commit is contained in:
DebaucheryLibrarian 2024-06-07 04:40:32 +02:00
parent b43d1a6b31
commit 8d36ae38c0
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@
<video
ref="player"
:poster="poster"
crossorigin="anonymous"
class="player video-js vjs-big-play-centered"
@playing="emit('play')"
@pause="emit('pause')"