algolia / algoliasearch-wordpress

❌🗑🙅‍♂️ Algolia Search plugin for WordPress is no longer supported. Please use our API client guide instead
https://www.algolia.com/doc/integration/wordpress/getting-started/quick-start/
GNU General Public License v2.0
358 stars 114 forks source link

fix: do not escape query passed to frontend #755

Closed rayrutjes closed 6 years ago

rayrutjes commented 6 years ago

The query retrieved in the URL is potentially used as input value. Escaping the HTML is not expected here as it makes the value unusable for that purpose. In other places where used, the query is already escaped.

Closes: #734