Skip to content

Commit

Permalink
feat: add dcl frame source to CSP (#694)
Browse files Browse the repository at this point in the history
  • Loading branch information
braianj authored Oct 31, 2024
1 parent 674d0f6 commit 98229b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ app.use("/events", [
// "http://192.168.1.5:*",
].join(" "),
workerSrc: ["'self'", "blob:"].join(" "),
frameSrc: ["https:", "dcl:", "decentraland:"].join(" "),
},
}),
])
Expand Down

0 comments on commit 98229b0

Please sign in to comment.