Sorry I used the wrong constant, I updated the patch with the change.
Regards.
Hi,
I have the same issue and the recommendation in PHP documentation is to change the FILTER_SANITIZE_STRING filter by htmlspecialchars() method (https://www.php.net/manual/en/filter.filters.sanitize.php). For this reason, I have a new patch with this implementation to review. If you have a question, please let me know.
Regards.
Hi,
I have the same issue and the recommendation in PHP documentation is to change the FILTER_SANITIZE_STRING filter by htmlspecialchars() method (https://www.php.net/manual/en/filter.filters.sanitize.php). For this reason, I have a new patch with this implementation to review. If you have a question, please let me know.
Regards.