Skip to content

Releases: Baroshem/nuxt-security

0.4.0

22 Oct 11:22
Compare
Choose a tag to compare

With this version we have refactored the security header middlewares into recently released routeRoules that should be faster and easier to override by the user.

Breaking Change (potential)

If you have added a custom headers that were supposed to ovveride the the default ones.

Previously security header middleware routes were '' empty strings and it was causing the middleware to be global.

Right now, with routeRoules, the route should be /** to make it global.

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.4.0

0.3.0

15 Oct 12:17
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.1...v0.3.0

0.2.1

11 Oct 14:18
Compare
Choose a tag to compare

Full Changelog: v0.2.0...v0.2.1

0.2.0

11 Oct 13:47
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.2.0

0.1.0

08 Oct 13:36
Compare
Choose a tag to compare

Full Changelog: https://github.com/Baroshem/nuxt-security/commits/v0.1.0

  • Same Security headers set as by popular Express.js middleware helmet
  • Request Size Limiter solving this
  • Rate Limiter solving this
  • Parameter Polution is handled by Nuxt automatically