mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-17 11:01:29 +00:00
update HTMLPurifier; enable embedded flash video in articles
This commit is contained in:
1
lib/htmlpurifier/library/HTMLPurifier/HTMLModule/Tidy/Proprietary.php
Executable file → Normal file
1
lib/htmlpurifier/library/HTMLPurifier/HTMLModule/Tidy/Proprietary.php
Executable file → Normal file
@@ -15,6 +15,7 @@ class HTMLPurifier_HTMLModule_Tidy_Proprietary extends HTMLPurifier_HTMLModule_T
|
||||
$r['thead@background'] = new HTMLPurifier_AttrTransform_Background();
|
||||
$r['tfoot@background'] = new HTMLPurifier_AttrTransform_Background();
|
||||
$r['tbody@background'] = new HTMLPurifier_AttrTransform_Background();
|
||||
$r['table@height'] = new HTMLPurifier_AttrTransform_Length('height');
|
||||
return $r;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user