Skip to content

Commit 0e3dc88

Browse files
author
Matej Lednicky
committed
feat: Allow fullscreen for embedded videos
1 parent 16cd5e5 commit 0e3dc88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/utils/embed-permissions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
const embedPermissions = 'camera; microphone; autoplay; encrypted-media;'
1+
const embedPermissions = 'camera; microphone; autoplay; encrypted-media; fullscreen;'
22

33
export default embedPermissions

0 commit comments

Comments
 (0)