Add chatwoot to the frame-src CSP

This commit is contained in:
sabaimran 2024-12-20 13:33:48 -08:00
parent 7eb15bf0a9
commit 078753df30

View file

@ -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>