Skip to content

Commit 600081b

Browse files
authored
Merge branch 'master' into dependabot/github_actions/sarisia/actions-status-discord-1.16.0
2 parents aff5c81 + 7fa7dcc commit 600081b

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.vitepress/theme/components/YouTubeEmbed.vue

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,15 @@ if (props.src) {
3636
:src="srcUrl"
3737
:title="props.title"
3838
frameborder="0"
39-
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
39+
allow="
40+
accelerometer;
41+
autoplay;
42+
clipboard-write;
43+
encrypted-media;
44+
gyroscope;
45+
picture-in-picture;
46+
web-share;
47+
"
4048
referrerpolicy="strict-origin-when-cross-origin"
4149
allowfullscreen
4250
></iframe>

0 commit comments

Comments
 (0)