tags to */ class AMP_Iframe_Sanitizer extends AMP_Base_Sanitizer { use AMP_Noscript_Fallback; /** * Value used for height attribute when $attributes['height'] is empty. * * @since 0.2 * * @const int */ const FALLBACK_HEIGHT = 400; /** * Default values for sandboxing IFrame. * * @since 0.2 * * @const int */ const SANDBOX_DEFAULTS = 'allow-scripts allow-same-origin'; /** * Tag. * * @var string HTML