mirror of
https://github.com/Unleash/unleash.git
synced 2025-07-07 01:16:28 +02:00
add hosted edge to allowed connect-src
This commit is contained in:
parent
e63b28c1b8
commit
311d75be28
@ -60,6 +60,7 @@ const secureHeaders: (config: IUnleashConfig) => RequestHandler = (config) => {
|
||||
'gravatar.com',
|
||||
'europe-west3-metrics-304612.cloudfunctions.net',
|
||||
'app.unleash-hosted.com',
|
||||
'hosted.edge.getunleash.io',
|
||||
...config.additionalCspAllowedDomains.connectSrc,
|
||||
],
|
||||
mediaSrc: [
|
||||
|
Loading…
Reference in New Issue
Block a user