Avoid javascript eval idiom as CSP will refuse to execute when unsafe-eval is disabled
This requires moving to a more approprate JSON parse…
Show more
Avoid javascript eval idiom as CSP will refuse to execute when unsafe-eval is disabledThis requires moving to a more approprate JSON parser... which is also pickier regarding single quotes, so I had to rework JSON encoding to please it.
Show less