From 21e724153e80249d0b0f0aaa2f730ad2c045532c Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Tue, 22 Jul 2008 04:01:42 -0400 Subject: [PATCH] Improve HTML sanitization with washtml --- program/include/rcube_message.php | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/program/include/rcube_message.php b/program/include/rcube_message.php index 6654c3f..48f9997 100644 --- a/program/include/rcube_message.php +++ b/program/include/rcube_message.php @@ -57,7 +57,6 @@ list(, $this->sender) = each($this->imap->decode_address_list($this->headers->from)); $this->set_safe((intval($_GET['_safe']) || $_SESSION['safe_messages'][$uid])); - $this->set_safe(0); $this->opt = array( 'safe' => $this->is_safe, -- Gitblit v1.9.1