fix: Add github gist styles to CSP

This commit is contained in:
Tom Moor
2019-08-27 23:26:32 -07:00
parent b98c908568
commit 780c5c1129

View File

@@ -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: ['*'],
},