- Issue created by @prudloff
- 🇫🇷France prudloff Lille
Turns out there is no built-in way to encode/decode HTML entities in JS so you have to use a library like he.
So instead I reworked the fix to 🐛 XSS vulnerability in facet results Fixed so we don't have to encode HTML entities in drupalSettings.
It builds the HTML with DOM methods so XSS protection is handled by the DOM API.