mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-12-22 20:28:09 +00:00
Add chatwoot to the frame-src CSP
This commit is contained in:
parent
7eb15bf0a9
commit
078753df30
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ export function ContentSecurityPolicy() {
|
||||||
style-src 'self' https://assets.khoj.dev 'unsafe-inline' https://fonts.googleapis.com https://accounts.google.com;
|
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;
|
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;
|
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;
|
child-src 'self' https://app.chatwoot.com;
|
||||||
object-src 'none';"
|
object-src 'none';"
|
||||||
></meta>
|
></meta>
|
||||||
|
|
Loading…
Reference in a new issue