|
@@ -52,7 +52,7 @@ const helmetOptions = isProduction ? {
|
|
|
directives: {
|
|
directives: {
|
|
|
defaultSrc: ['\'self\''],
|
|
defaultSrc: ['\'self\''],
|
|
|
styleSrc: ['\'self\'', '\'unsafe-inline\''],
|
|
styleSrc: ['\'self\'', '\'unsafe-inline\''],
|
|
|
- imgSrc: ['\'self\'', 'data:', 'validator.swagger.io'],
|
|
|
|
|
|
|
+ imgSrc: ['\'self\'', 'data:', 'validator.swagger.io', 'https://docs.growi.org/'],
|
|
|
scriptSrc: ['\'self\'', 'https: \'unsafe-inline\''],
|
|
scriptSrc: ['\'self\'', 'https: \'unsafe-inline\''],
|
|
|
},
|
|
},
|
|
|
},
|
|
},
|