From 2b017e7f79be26563ab767bb9e97fee5d88a01f4 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Fri, 09 Dec 2011 16:13:54 -0500
Subject: [PATCH] Allow clean background:url(...) styles in safe mode. This will make Roundcube pass the Email Standards Acid Test
---
program/include/rcube_json_output.php | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/program/include/rcube_json_output.php b/program/include/rcube_json_output.php
index e0a29c1..ade9cc0 100644
--- a/program/include/rcube_json_output.php
+++ b/program/include/rcube_json_output.php
@@ -219,7 +219,6 @@
*/
public function send()
{
- sleep(6);
$this->remote_response();
exit;
}
--
Gitblit v1.9.1