From e18cb31b85c12d193d3a72ea5112d4d0ea64f3b0 Mon Sep 17 00:00:00 2001 From: stekkel Date: Fri, 13 Sep 2002 17:22:46 +0000 Subject: [PATCH] added unsave tags (commited to stable by Konstantin) git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3656 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/mime.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/functions/mime.php b/functions/mime.php index 6e7bbe55..f912e808 100644 --- a/functions/mime.php +++ b/functions/mime.php @@ -1496,7 +1496,9 @@ function magicHTML($body, $id, $message, $mailbox = 'INBOX'){ "html", "head", "base", - "link" + "link", + "frame", + "iframe" ); $rm_tags_with_content = Array( -- 2.25.1