Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
syncfusion avatar

Syncfusion Blazor Security

  • 230 installs
  • 4 repo stars
  • Updated July 28, 2026
  • syncfusion/blazor-ui-components-skills

Use syncfusion-blazor-security for development tasks

About

syncfusion-blazor-security: A skill for development. This provides functionality for development workflows.

  • syncfusion-blazor-security

Syncfusion Blazor Security by the numbers

  • 230 all-time installs (skills.sh)
  • +13 installs in the week ending Jul 27, 2026 (Skillselion tracking)
  • Ranked #1,668 of 4,347 Backend & APIs skills by installs in the Skillselion catalog
  • Data as of Jul 29, 2026 (Skillselion catalog sync)
npx skills add https://github.com/syncfusion/blazor-ui-components-skills --skill syncfusion-blazor-security

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs230
repo stars4
Last updatedJuly 28, 2026
Repositorysyncfusion/blazor-ui-components-skills

What it does

Use syncfusion-blazor-security for development tasks

Files

SKILL.mdMarkdownGitHub ↗

Syncfusion Blazor Security

Content Security Policy (CSP) configuration for Syncfusion Blazor components in browser-hosted applications (.NET 8, 9, 10).

When to Use

Use this skill when you need to:

  • Add a CSP <meta> tag to App.razor or index.html for Syncfusion components
  • Configure CSP for self-hosted (Static Web Assets) script and style delivery
  • Configure CSP for CDN-hosted Syncfusion scripts and styles
  • Understand which CSP directives Syncfusion components require and why

Quick Reference

  • Full CSP guide: See content-security-policy.md

Required CSP Directives at a Glance

DirectiveValueReason
font-src'self' data:Base64-encoded icon fonts
style-src'self' 'unsafe-inline'Inline styles for sizing/positioning
script-src'self'Dynamic code evaluation (animations, etc.)
connect-src'self' https: wss:WebSocket and HTTPS connections
img-srcdata: https:Inline images and remote assets
object-src'none'Block plugin content
CDN users: also append https://cdn.syncfusion.com/blazor/ to script-src and style-src.

Where to Add the CSP Tag

Project TypeFile
Blazor Web App (.NET 8/9/10) any render mode~/Components/App.razor
Blazor WebAssembly Standalonewwwroot/index.html

Related skills

Backend & APIsbackendintegrations

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.