Skip to content
This repository was archived by the owner on Jul 28, 2026. It is now read-only.

Commit 78fa535

Browse files
committed
fix: add unpkg.com to CSP connect-src for Lucide source map
1 parent 3cdb63b commit 78fa535

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ app.use(helmet({
4949
styleSrc: ["'self'", "'unsafe-inline'", "https://fonts.googleapis.com", "https://cdn.jsdelivr.net"],
5050
fontSrc: ["'self'", "https://fonts.gstatic.com", "https://cdn.jsdelivr.net"],
5151
imgSrc: ["'self'", "data:", "https:", "blob:"],
52-
connectSrc: ["'self'", "https://panel.zero-host.org", "https://cap.zero-host.org", "https://cdn.jsdelivr.net"],
52+
connectSrc: ["'self'", "https://panel.zero-host.org", "https://cap.zero-host.org", "https://cdn.jsdelivr.net", "https://unpkg.com"],
5353
workerSrc: ["'self'", "blob:"],
5454
frameSrc: ["https://cap.zero-host.org"],
5555
objectSrc: ["'none'"],

0 commit comments

Comments
 (0)