Compare commits

...

2 Commits

Author SHA1 Message Date
freelance-bishop
172942285e
Merge 306f61dd48 into b98b2848cf 2023-03-22 11:46:55 +01:00
Freelance Bishop
306f61dd48 Added outer iframe permissions to inner iframe 2020-11-21 15:20:54 +01:00

View File

@ -8,6 +8,6 @@
<h4>{{'Sorry, this content cannot be embedded' | translate}}</h4>
</div>
</div>
<iframe [src]="embedUrl" *ngIf="!isLoading && canEmbed" frameborder="0" allowfullscreen></iframe>
<iframe allow="microphone; camera; encrypted-media; autoplay; display-capture;" [src]="embedUrl" *ngIf="!isLoading && canEmbed" frameborder="0" allowfullscreen></iframe>
<my-fullscreen-button *ngIf="!isLoading && canEmbed" class="toggleFullscreen"></my-fullscreen-button>
</div>