What's Changed
- [ci skip] docs: fix Nuxt badge icon by @IO-Fire in https://github.com/Baroshem/nuxt-security/pull/664
- fix(docs): update link to useScript by @AloisSeckar in https://github.com/Baroshem/nuxt-security/pull/669
- fix: mask escaped strings properly by @mwienk in https://github.com/Baroshem/nuxt-security/pull/670
- fix: disable xssValidator for nuxt hints route by @huang-julie...