Fix timestamp bug for pending message and expand CSP for thumbnails

This commit is contained in:
sabaimran
2024-07-10 14:53:31 +05:30
parent 375685530f
commit 0369eb6e0e
3 changed files with 8 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ export default function RootLayout({
script-src 'self' https://assets.khoj.dev 'unsafe-inline' 'unsafe-eval';
connect-src 'self' https://ipapi.co/json ws://localhost:42110;
style-src 'self' https://assets.khoj.dev 'unsafe-inline' https://fonts.googleapis.com;
img-src 'self' data: https://*.khoj.dev https://*.googleusercontent.com;
img-src 'self' data: https://*.khoj.dev https://*.googleusercontent.com https://*.google.com/ https://*.gstatic.com;
font-src 'self' https://assets.khoj.dev https://fonts.gstatic.com;
child-src 'none';
object-src 'none';"></meta>