Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore/1.0.0 rc.5 #311

Merged
merged 12 commits into from Dec 5, 2023
Merged

Chore/1.0.0 rc.5 #311

merged 12 commits into from Dec 5, 2023

Conversation

Baroshem
Copy link
Owner

@Baroshem Baroshem commented Dec 4, 2023

This PR introduces per-route configuration of security headers, via

defineNuxtConfig({
  routeRules: {
    [some-route]: {
      security: {
        headers : ...
      }
    }
  }
})

Closes #292
Closes #291
Closes #297
Closes #288
Closes #146
Closes #305
Closes #290
Closes #307
Closes #310
Closes #306

Types of changes

  • Bug fix (a non-breaking change which fixes an issue)
  • New feature (a non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Description

Checklist:

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes (if not applicable, please state why)

Copy link

vercel bot commented Dec 4, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
nuxt-security ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 5, 2023 9:45am

@vejja
Copy link
Collaborator

vejja commented Dec 4, 2023

Hey @Baroshem
Quick note : Maintainter of unplugin-remove fixed the console.log bug so #306 can be fixed if you bump the package version

@Baroshem
Copy link
Owner Author

Baroshem commented Dec 4, 2023

Awesome @vejja , will do that in a sec :)

@Baroshem
Copy link
Owner Author

Baroshem commented Dec 5, 2023

@vejja I have tested the branch and everything seems to be working correctly.

If you give a 🟢 light, we can proceed with releasing :)

Thanks for all the amazing work! You are basically caring the whole release 🚀

@vejja
Copy link
Collaborator

vejja commented Dec 5, 2023

@vejja I have tested the branch and everything seems to be working correctly.

If you give a 🟢 light, we can proceed with releasing :)

Thanks for all the amazing work! You are basically caring the whole release 🚀

Fantastic ! Let's release it 🚀

@Baroshem Baroshem merged commit b945040 into main Dec 5, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment