thinhbuzz / laravel-google-captcha

Google captcha for Laravel 5, Laravel 6, Laravel 7, Laravel 8, Laravel 9 and Laravel 10, support multiple captcha on page
MIT License
201 stars 32 forks source link

Ensure proper HTML syntax #27

Closed JanisE closed 6 years ago

JanisE commented 6 years ago

E.g.: & => &

thinhbuzz commented 6 years ago

does not use htmlspecialchars function because this function will encode query string character. Example on sandbox

JanisE commented 6 years ago

This is exactly the desired behaviour. See https://stackoverflow.com/a/3705601/99904

thinhbuzz commented 6 years ago

i am wrong :cry: when direct view on browser then link not woking, but in html work well Big thank for PR