x-script not used anymore

This commit is contained in:
the-djmaze 2023-02-15 12:03:21 +01:00
parent ae1e6184c3
commit d629f42e4c

View file

@ -97,7 +97,7 @@ abstract class HtmlUtils
$oBody = $oDoc->getElementsByTagName('body')->item(0);
$aRemoveTags = array(
'svg', 'link', 'base', 'meta', 'title', 'x-script', 'script', 'bgsound', 'keygen', 'source',
'svg', 'link', 'base', 'meta', 'title', 'script', 'bgsound', 'keygen', 'source',
'object', 'embed', 'applet', 'mocha', 'iframe', 'frame', 'frameset', 'video', 'audio', 'area', 'map',
'head', 'style'
);