You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is what I get when I render a YouTube video using react-youtube. It's unclear if this permissions is required directly by YouTube or something to do with the package itself.
The HTTP Permissions-Policy header picture-in-picture directive controls whether the current document is allowed to play a video in a Picture-in-Picture mode.
Is there a way to disable picture-in-picture mode so I don't get this error.
Cheers
The text was updated successfully, but these errors were encountered:
I have permissions policy set as
This is what I get when I render a YouTube video using
react-youtube
. It's unclear if this permissions is required directly by YouTube or something to do with the package itself.As described under Permissions-Policy: picture-in-picture:
Is there a way to disable
picture-in-picture
mode so I don't get this error.Cheers
The text was updated successfully, but these errors were encountered: