configuring-tauri-http-headers
✓指导开发人员在 Tauri v2 应用程序中配置 HTTP 标头安全性,涵盖安全标头、自定义标头和用于安全跨域资源处理的 CORS 配置。
SKILL.md
This skill covers HTTP headers configuration in Tauri v2.1.0+, enabling developers to set security headers in webview responses.
Tauri allows configuring HTTP headers that are included in responses to the webview. These headers apply to production builds and do not affect IPC messages or error responses.
Tauri restricts header configuration to a specific allowlist for security:
指导开发人员在 Tauri v2 应用程序中配置 HTTP 标头安全性,涵盖安全标头、自定义标头和用于安全跨域资源处理的 CORS 配置。 来源:dchuk/claude-code-tauri-skills。
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/dchuk/claude-code-tauri-skills --skill configuring-tauri-http-headers- 分类
- !安全工具
- 认证
- ✓
- 收录时间
- 2026-02-07
- 更新时间
- 2026-02-18
快速解答
什么是 configuring-tauri-http-headers?
指导开发人员在 Tauri v2 应用程序中配置 HTTP 标头安全性,涵盖安全标头、自定义标头和用于安全跨域资源处理的 CORS 配置。 来源:dchuk/claude-code-tauri-skills。
如何安装 configuring-tauri-http-headers?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/dchuk/claude-code-tauri-skills --skill configuring-tauri-http-headers 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/dchuk/claude-code-tauri-skills