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.
Siteproxy

Siteproxy

搜索引擎


常用网站


新闻网站


海外论坛


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

up
HugoRCD added 2 commits May 19, 2025 11:25
up

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
up
up
@HugoRCD HugoRCD changed the title feat: implement csp, sty-src with nonce feat: implement csp, style-src with nonce May 19, 2025
up
up
up
@@ -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