From 95d28926865d8a0d6fd009ebd73c0fc78c19d183 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <thomas@roundcube.net> Date: Thu, 04 Oct 2012 10:59:37 -0400 Subject: [PATCH] Fix HTTP User-Agent XSS vulnerability (#1488737) --- program/include/rcube_string_replacer.php | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/program/include/rcube_string_replacer.php b/program/include/rcube_string_replacer.php index 88c0f00..c29f0e4 100644 --- a/program/include/rcube_string_replacer.php +++ b/program/include/rcube_string_replacer.php @@ -17,9 +17,6 @@ +-----------------------------------------------------------------------+ | Author: Thomas Bruederli <roundcube@gmail.com> | +-----------------------------------------------------------------------+ - - $Id$ - */ -- Gitblit v1.9.1