Searched defs:add_attributes (Results 1 – 2 of 2) sorted by relevance
/dokuwiki/vendor/simplepie/simplepie/src/ | ||
H A D | Sanitize.php | 76 public $add_attributes = ['audio' => ['preload' => 'none'], 'iframe' => ['sandbox' => 'allow-scripts allow-same-origin'], 'video' => ['preload' => 'none']]; global() variable in SimplePie\\Sanitize |
H A D | SimplePie.php | 655 public $add_attributes = ['audio' => ['preload' => 'none'], 'iframe' => ['sandbox' => 'allow-scripts allow-same-origin'], 'video' => ['preload' => 'none']]; global() variable in SimplePie\\SimplePie |