Skip to content

Releases: Baroshem/nuxt-security

0.6.0

04 Nov 11:14
56d42fe

Choose a tag to compare

  • Fixed issues with the module on Windows
  • Fixed issues in npm page
  • Added new docs about Security Good Practices
  • Fixed completely hiding 'X-Powered-By' header

What's Changed

Full Changelog: v0.5.0...v0.6.0

0.5.0

29 Oct 11:43

Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.5.0

0.4.0

22 Oct 11:22

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

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

Choose a tag to compare

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

0.2.0

11 Oct 13:47

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

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