mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
fix(cloud): fix cloud admin ac iframe src error (#3786)
should allow admin endpoint to be loaded in admin ac iframe
This commit is contained in:
parent
6e5b48bdcb
commit
d2fcc6b62f
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ export default function withSecurityHeaders<InputContext extends RequestContext>
|
|||
...developmentOrigins,
|
||||
...appInsightsOrigins,
|
||||
],
|
||||
frameSrc: ["'self'", ...urlSetOrigins],
|
||||
frameSrc: ["'self'", ...urlSetOrigins, ...adminOrigins],
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue