diff options
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/assets/player/utils.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/assets/player/utils.ts b/client/src/assets/player/utils.ts index 629634985..38f2482eb 100644 --- a/client/src/assets/player/utils.ts +++ b/client/src/assets/player/utils.ts | |||
@@ -124,7 +124,7 @@ function secondsToTime (seconds: number, full = false, symbol?: string) { | |||
124 | 124 | ||
125 | function buildVideoEmbed (embedUrl: string) { | 125 | function buildVideoEmbed (embedUrl: string) { |
126 | return '<iframe width="560" height="315" ' + | 126 | return '<iframe width="560" height="315" ' + |
127 | 'sandbox="allow-same-origin allow-scripts" ' + | 127 | 'sandbox="allow-same-origin allow-scripts allow-popups" ' + |
128 | 'src="' + embedUrl + '" ' + | 128 | 'src="' + embedUrl + '" ' + |
129 | 'frameborder="0" allowfullscreen>' + | 129 | 'frameborder="0" allowfullscreen>' + |
130 | '</iframe>' | 130 | '</iframe>' |