-
-
Notifications
You must be signed in to change notification settings - Fork 145
Open
Description
Embedded youtube videos using the video marco is now giving 153 "video player configuration error". The primary cause of Error 153 is the absence of a proper HTTP Referer header when the embed request is made.
The embed code must now include the referrerpolicy="strict-origin-when-cross-origin"
attribute. It should also include the title
attribute and the web-share
permission, as these are now standard requirements.
<iframe src="${src}" width="${helpers.getLocalAttribute(node, 'width')}" height="${helpers.getLocalAttribute(node, 'height')}" frameborder="0" allowfullscreen="${node.isOption('nofullscreen') ? '' : 'true'}" data-rewind="${rew || ''}" data-volume="${vol || ''}"/> |
Metadata
Metadata
Assignees
Labels
No labels