Skip to content

security headers csp lint for Zed

io.github.jmshinhwa/security-headers-csp-lint

Reads security headers and CSP line by line in your config file and names the lines that silently do

client:Zed transport:stdio runtime:npm

Install security headers csp lint in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "security-headers-csp-lint": {
      "command": "npx",
      "args": [
        "-y",
        "@readystack/security-headers-csp-lint"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

security headers csp lint in other clients