1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-05 16:17:28 +02:00
This commit is contained in:
Teromene
2015-12-06 17:49:41 +00:00
5 changed files with 43 additions and 18 deletions

View File

@@ -133,6 +133,7 @@ class HTMLSanitizer {
var $keptAttributes;
var $onlyKeepText;
public static $DEFAULT_CLEAR_TAGS = ["script", "iframe"];
public static $KEPT_ATTRIBUTES = ["title", "href", "src"];