System Information
- Strapi Version: 4.1.11
- Operating System: windows 11
- Database: postgresql
- Node Version: v16.14.2
- NPM Version: 8.5.0
- Yarn Version: 1.22.18
I have a iframe form powerbi service . But when i add into new plugin page, it not show
Have option security form strapi for it ? Same error for different iframe links
{
name: "strapi::security",
config: {
contentSecurityPolicy: {
useDefaults: true,
directives: {
"connect-src": ["'self'", "https:"],
'frame-ancestors': null,
"img-src": [
"'self'",
"data:",
"blob:",
`${env("AWS_BUCKET")}.s3.${env("AWS_REGION")}.amazonaws.com`,
],
"media-src": ["'self'", "data:", "blob:"],
upgradeInsecureRequests: null,
},
},
frameguard: false,
},