We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6310d3b commit 3f53979Copy full SHA for 3f53979
1 file changed
server.js
@@ -34,7 +34,7 @@ app.use(helmet({
34
contentSecurityPolicy: {
35
directives: {
36
defaultSrc: ["'self'"],
37
- scriptSrc: ["'self'", "'unsafe-inline'", "https://cdn.jsdelivr.net"],
+ scriptSrc: ["'self'", "'unsafe-inline'", "'unsafe-eval'", "https://cdn.jsdelivr.net"],
38
scriptSrcAttr: ["'unsafe-inline'"],
39
styleSrc: ["'self'", "'unsafe-inline'", "https://fonts.googleapis.com", "https://cdn.jsdelivr.net"],
40
fontSrc: ["'self'", "https://fonts.gstatic.com", "https://cdn.jsdelivr.net"],
0 commit comments