Baroshem / nuxt-security

🛡 Automatically configure your app to follow OWASP security patterns and principles by using HTTP Headers and Middleware
https://nuxt-security.vercel.app/
MIT License
737 stars 56 forks source link

fix: remove navigate-to csp directive #457

Closed GalacticHypernova closed 4 weeks ago

GalacticHypernova commented 1 month ago

Types of changes

Description

The navigate-to directive was removed from the CSP spec, and is therefore not needed to be configurable. This comments it out so in case a new version of it resurfaces it could easily be added back.

Checklist:

vercel[bot] commented 1 month ago

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 May 25, 2024 0:01am
vejja commented 1 month ago

You’re right, thanks @GalacticHypernova for spotting this one

GalacticHypernova commented 1 month ago

Glad I could help!