Skip to content

Commit

Permalink
Add chatwoot to the frame-src CSP
Browse files Browse the repository at this point in the history
  • Loading branch information
sabaimran committed Dec 20, 2024
1 parent 7eb15bf commit 078753d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interface/web/app/common/layoutHelper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export function ContentSecurityPolicy() {
style-src 'self' https://assets.khoj.dev 'unsafe-inline' https://fonts.googleapis.com https://accounts.google.com;
img-src 'self' data: blob: https://*.khoj.dev https://accounts.google.com https://*.googleusercontent.com https://*.google.com/ https://*.gstatic.com;
font-src 'self' https://assets.khoj.dev https://fonts.gstatic.com;
frame-src 'self' https://accounts.google.com;
frame-src 'self' https://accounts.google.com https://app.chatwoot.com;
child-src 'self' https://app.chatwoot.com;
object-src 'none';"
></meta>
Expand Down

0 comments on commit 078753d

Please sign in to comment.