Skip to content

Commit

Permalink
Remove useless tags field filtering for item form
Browse files Browse the repository at this point in the history
  • Loading branch information
zerocrates committed Dec 4, 2023
1 parent f1449cb commit cd661c3
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,6 @@ public function filterItemsForm($request, $htmlPurifierFilter = null)
$post = $request->getPost();
$post = $this->_filterElementsFromPost($post, $htmlPurifierFilter);

// Also strip HTML out of the tags field.
$post['tags'] = strip_tags($post['tags']);

$request->setPost($post);
}

Expand Down

0 comments on commit cd661c3

Please sign in to comment.