fix: Add github gist styles to CSP
This commit is contained in:
@@ -119,7 +119,7 @@ app.use(
|
||||
'www.google-analytics.com',
|
||||
'd2wy8f7a9ursnm.cloudfront.net',
|
||||
],
|
||||
styleSrc: ["'self'", "'unsafe-inline'"],
|
||||
styleSrc: ["'self'", "'unsafe-inline'", 'github.githubassets.com'],
|
||||
imgSrc: ['*', 'data:', 'blob:'],
|
||||
frameSrc: ['*'],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user