mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-12-29 11:01:34 +08:00
x-script not used anymore
This commit is contained in:
parent
ae1e6184c3
commit
d629f42e4c
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue