|
@@ -1701,7 +1701,7 @@ function sq_fixstyle($body, $pos, $message, $id, $mailbox){
|
|
|
// "url(\\1$secremoveimg\\2)", $content);
|
|
|
// remove NUL
|
|
|
$content = str_replace("\0", "", $content);
|
|
|
-
|
|
|
+ $content = preg_replace("/(\\\\)?u(\\\\)?r(\\\\)?l(\\\\)?/",'url', $content);
|
|
|
// NB I insert NUL characters to keep to avoid an infinite loop. They are removed after the loop.
|
|
|
while (preg_match("/url\s*\(\s*[\'\"]?([^:]+):(.*)?[\'\"]?\s*\)/si", $content, $matches)) {
|
|
|
$sProto = strtolower($matches[1]);
|
|
@@ -2387,4 +2387,4 @@ function SendDownloadHeaders($type0, $type1, $filename, $force, $filesize=0) {
|
|
|
|
|
|
} // end fn SendDownloadHeaders
|
|
|
|
|
|
-?>
|
|
|
+?>
|