mirror of
https://github.com/Xkeeper0/jul.git
synced 2025-07-26 01:31:58 -07:00
disable unused bzzz filter
This commit is contained in:
@@ -1277,7 +1277,7 @@ function dofilters($p){
|
||||
// $p=preg_replace("'<style'si",'<style',$p);
|
||||
|
||||
|
||||
$p=preg_replace("'%BZZZ%'si",'onclick="bzzz(',$p);
|
||||
//$p=preg_replace("'%BZZZ%'si",'onclick="bzzz(',$p);
|
||||
|
||||
$p=preg_replace("'document.cookie'si",'document.co<z>okie',$p);
|
||||
$p=preg_replace("'eval'si",'eva<z>l',$p);
|
||||
|
Reference in New Issue
Block a user