To update content with Script tag in kohana2.3

by Prabakaran 2013-12-16 10:06:20

Open the file from "/system/libraries/input.php"
To remove unwanted tag for below
//$data = preg_replace('#</(?:applet|b(?:ase|gsound|link)|embed|frame(?:set)?|i(?:frame|layer)|l(?:ayer|ink)|meta|object|s(?:cript|tyle)|title|xml)[^>]+>#i', '', $data);
$data = preg_replace('#</(?:applet|b(?:ase|gsound)|meta|xml)[^>]+>#i', '', $data);
1017
like
0
dislike
0
mail
flag

You must LOGIN to add comments