diff --git a/lib/settings-common.php b/lib/settings-common.php index c279953..0bf78b0 100644 --- a/lib/settings-common.php +++ b/lib/settings-common.php @@ -65,8 +65,8 @@ function xssClean($data,$type) { // === html === if ($type == "html") { - $bad = array("<", ">", "=", "&", "(", ")", "\"", "'"); - $good = array("<", ">", "=", "&", "(", ")", """, "'"); + $bad = array("<", ">"); + $good = array("<", ">"); } // === style ===