mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 08:27:03 +03: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);
|
$oBody = $oDoc->getElementsByTagName('body')->item(0);
|
||||||
|
|
||||||
$aRemoveTags = array(
|
$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',
|
'object', 'embed', 'applet', 'mocha', 'iframe', 'frame', 'frameset', 'video', 'audio', 'area', 'map',
|
||||||
'head', 'style'
|
'head', 'style'
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue