removeBlacklistedTags() public method

Remove script tags.
public removeBlacklistedTags ( string $data ) : string
$data string Input data
return string
Example #1
0
 /**
  * Called before XML parsing.
  */
 public function preFilter()
 {
     $this->input = $this->tag->removeBlacklistedTags($this->input);
 }