ad_html_security_check has now three optional attributes to make it configurable for different sit…
Show more
Make ad_html_security_check configurablead_html_security_check has now three optional attributesto make it configurable for different situations -allowed_tags -allowed_attributes -allowed_protocolsIf these attributes are not specified, the behavior is exactly likebefore. This change makes it also easier to regression test thisfunction, since the behavior does not necessarily depend on a site'sparameter settings.The function was also modernized, new regression tests were added.
Show less