Skip to content

feat: implement csp style-src with nonce #4181

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

Draft
wants to merge 14 commits into
base: v3
Choose a base branch
from
Draft

feat: implement csp style-src with nonce #4181

wants to merge 14 commits into from

Conversation

HugoRCD
Copy link
Member

@HugoRCD HugoRCD commented May 19, 2025

πŸ”— Linked issue

Resolves #3394

❓ Type of change

  • πŸ“– Documentation (updates to the documentation or readme)
  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • πŸ‘Œ Enhancement (improving an existing functionality)
  • ✨ New feature (a non-breaking change that adds functionality)
  • 🧹 Chore (updates to the build process or auxiliary tools and libraries)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

πŸ“š Description

πŸ“ Checklist

  • I have linked an issue or discussion.
  • I have updated the documentation accordingly.

Copy link

pkg-pr-new bot commented May 19, 2025

npm i https://pkg.pr.new/@nuxt/ui@4181

commit: c326180

Copy link
Contributor

nuxthub-admin bot commented May 19, 2025

βœ… Deployed ui3

Deployed ui3 c326180 to preview

πŸ”— fix-3394.ui-6q2.pages.dev
πŸ“Œ 7760842f.ui-6q2.pages.dev
πŸ“±
View QR Code QR code linking to deployment URL.

πŸ“‹ View deployment logs

@HugoRCD HugoRCD changed the title feat: implement csp, sty-src with nonce feat: implement csp, style-src with nonce May 19, 2025
@@ -165,6 +165,9 @@ type AppConfigUI = {
}
icons?: Partial<typeof icons>
tv?: typeof defaultConfig
csp?: {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do you need to define it in AppConfig? πŸ€”

@HugoRCD HugoRCD changed the title feat: implement csp, style-src with nonce feat: implement csp style-src with nonce May 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

implement csp, sty-src with nonce
2 participants