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 33ca9ef commit 3a5ea88Copy full SHA for 3a5ea88
lambdas/cloudfront-security/index.js
@@ -10,7 +10,7 @@ const headersToAdd = {
10
'connect-src *',
11
"prefetch-src 'self'",
12
"font-src 'self' data: fonts.gstatic.com",
13
- "img-src 'self'",
+ "img-src 'self' data:",
14
"script-src 'self' 'unsafe-inline'",
15
"style-src 'self' fonts.googleapis.com"
16
].join(';')
0 commit comments