Skip to content

1.0.0-rc.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@Baroshem Baroshem released this 15 Nov 10:18
· 222 commits to main since this release
8370a8a

1.0.0-rc.4 is the next release candidate

πŸ—žοΈ Next steps

We are planning to release one or two more release candidate versions before a stable 1.0.0 version will be released.

βœ… Migration Guide

This version may include ⚠️ breaking changes but don't worry, we have prepared migration guide for you πŸ˜‰

In this version, we have updated ContentSecurityConfiguration by a mile, specifically we have enabled strict CSP by default to spread good security practices.

If you are experiencing some issues with CSP, check out the new documentation about it:

  1. Basic CSP usage -> https://nuxt-security.vercel.app/documentation/headers/csp
  2. Advanced & Strict CSP -> https://nuxt-security.vercel.app/documentation/advanced/strict-csp

πŸ‘‰ Changelog
compare changes

πŸš€ Enhancements

  • hashStyles option
  • Strict CSP by default
  • SRI hashes for SSG mode
  • Subresource Integrity

🩹 Fixes

  • allow csp value to be false

πŸ“– Documentation

  • Advanced documentation about Content Security Policy
  • Cross-Origin-Resource-Policy header Error on Paypal Checkout -> FAQ

⚠️ Breaking Changes

  • Strict CSP

❀️ Contributors