Sanitise low search keywords
What's a good method for stripping HTML from our site search? I've found that it's possible to inject HTML directly into our page like this:
https://website.co.uk?keywords=" < svg / onload%3Dconfirm(//)>
The page source then looks like this:
Replies
Low 11 Dec 2018 14:14
What variable are you using there? The standard
{low_search_keywords}
does escape any html in it.