We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e13cf5 commit 052dd63Copy full SHA for 052dd63
api/nj/nj-helmet.js
@@ -12,6 +12,7 @@ function njContentSecurityPolicy() {
12
scriptSrc: [
13
"'self'",
14
"'unsafe-inline'", // LibreChat has inline scripts
15
+ "'unsafe-eval'", // For LibreChat image conversion
16
'https://*.googletagmanager.com',
17
'https://*.g.doubleclick.net',
18
'https://*.nj.gov',
@@ -38,6 +39,7 @@ function njContentSecurityPolicy() {
38
39
40
],
41
frameSrc: ["'self'", 'https://www.googletagmanager.com'],
42
+ workerSrc: ["'self'", 'blob:'],
43
},
44
});
45
}
0 commit comments