8.4.2: rich text sanitizing
Permalink
A string can be sanitized with
Should rich text be sanitized at all? If yes, then how?
Thank you.
$service = $this->app->make('helper/security'); $data['string'] = $service->sanitizeString($data['string']);
Should rich text be sanitized at all? If yes, then how?
Thank you.