Fix #7402 - HTML editor cleaning in PHP
authorAlan <alan@roojs.com>
Fri, 16 Sep 2022 05:14:09 +0000 (13:14 +0800)
committerAlan <alan@roojs.com>
Fri, 16 Sep 2022 05:14:09 +0000 (13:14 +0800)
commit66c68905a7e9f9ef1079c7883e866e93b7241d89
tree70f66e6fd38b38a342a62aa5b66c910e052463a6
parent89f49b96c1497a2b6d4808b1b28f41f6a2d31517
Fix #7402 - HTML editor cleaning in PHP
14 files changed:
HTML/Clean.php [new file with mode: 0644]
HTML/Clean/Block.php [new file with mode: 0644]
HTML/Clean/BlockFigure.php [new file with mode: 0644]
HTML/Clean/BlockTable.php [new file with mode: 0644]
HTML/Clean/BlockTd.php [new file with mode: 0644]
HTML/Clean/Filter.php [new file with mode: 0644]
HTML/Clean/FilterAttributes.php [new file with mode: 0644]
HTML/Clean/FilterBlack.php [new file with mode: 0644]
HTML/Clean/FilterKeepChildren.php [new file with mode: 0644]
HTML/Clean/FilterLongBr.php [new file with mode: 0644]
HTML/Clean/FilterParagraph.php [new file with mode: 0644]
HTML/Clean/FilterSpan.php [new file with mode: 0644]
HTML/Clean/FilterStyleToTag.php [new file with mode: 0644]
HTML/Clean/FilterWord.php [new file with mode: 0644]