ezyang / htmlpurifier

Standards compliant HTML filter written in PHP
http://htmlpurifier.org
GNU Lesser General Public License v2.1
3.07k stars 327 forks source link

feat: Add allowfullscreen attr for iframe #411

Closed zerocrates closed 3 months ago

zerocrates commented 3 months ago

(closes #409)

This PR adds support for the allowfullscreen attribute for the iframe element. The attribute is only allowed when the HTML.Trusted configuration option is enabled.