Fixed
- Viewer blank blue page — Vue.js 3 in-browser template compiler requires
'unsafe-eval'in the CSPscript-srcdirective (it usesnew Function()internally). Without it, Vue loads but silently fails to compile templates, leaving a blank page. Added'unsafe-eval'to fix rendering. Bug present since v6.2.3.
📋 Full changelog: docs/CHANGELOG.md