When trying to enable fullscreen in the video player, the browser throws the following errors:
[Violation] Permissions policy violation: fullscreen is not allowed in this document
TypeError: Disallowed by permissions policy
Steps to reproduce:
- Open any episode
- Click the fullscreen button or double click the video
- Fullscreen does not activate
Expected behavior:
The video player should enter fullscreen mode normally.
Possible cause:
This looks related to fullscreen restrictions in the current document context, for example:
- missing fullscreen permission on iframe
- incorrect iframe
sandbox / allow configuration
- conflicting or invalid
Permissions-Policy / Feature-Policy headers
- fullscreen being requested on an element that is not allowed in the current context
Environment:
- Browser: Chrome
- OS: macOS
When trying to enable fullscreen in the video player, the browser throws the following errors:
[Violation] Permissions policy violation: fullscreen is not allowed in this documentTypeError: Disallowed by permissions policySteps to reproduce:
Expected behavior:
The video player should enter fullscreen mode normally.
Possible cause:
This looks related to fullscreen restrictions in the current document context, for example:
sandbox/allowconfigurationPermissions-Policy/Feature-PolicyheadersEnvironment: