From: Andrew Dolgov
Date: Thu, 28 Sep 2006 13:50:29 +0000 (+0100)
Subject: disable flash disabling in sanitize_rss
X-Git-Tag: 1.2.4~95
X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=8511f62fb36382d19c9b7742a5f31b20741088e6;p=tt-rss.git
disable flash disabling in sanitize_rss
---
diff --git a/functions.php b/functions.php
index 56c77807..c218b687 100644
--- a/functions.php
+++ b/functions.php
@@ -2394,11 +2394,11 @@
$res = preg_replace('/<\/script.*?>/i', "
", $res);
- $res = preg_replace('//i', "", $res);
+/* $res = preg_replace('//i', "", $res);
$res = preg_replace('/.*?<\/object>/i',
"(Disabled html object
- - flash or other embedded content)
", $res);
+ - flash or other embedded content)", $res); */
return $res;
}