1
0
mirror of https://github.com/Xkeeper0/jul.git synced 2025-08-14 19:55:48 -07:00

Merge pull request from StapleButter/master

disable ancient and unused 'bzzz' feature
This commit is contained in:
Alex (Xkeeper)
2016-01-17 10:38:10 -08:00

@@ -1277,7 +1277,7 @@ function dofilters($p){
// $p=preg_replace("'<style'si",'&lt;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);