- Issue created by @frouco
- Merge request !29Issue #3470010: Allow autoplay when media iframe domain is set β (Open) created by frouco
- Issue was unassigned.
- Status changed to Needs review
3 months ago 10:20pm 23 August 2024 - πͺπΈSpain frouco
The patch has been modified to simply ensure that the allow tag with the features required by YouTube is set in the iframe.
Allowed domains by feature should be managed by Drupal.
Ready for review
- πΊπΈUnited States luke.leber Pennsylvania
This is actually a really tricky one I think...
Correct me if I'm wrong, but if any allow attributes are specified, they act as an allow-list, meaning that if YouTube (for example) ever makes any changes to what's required, things could get pretty weird, right?
I'll try to find some time to do some manual testing here. Something like this is really difficult, if not impossible to add real functional test coverage for.