Skip to content

Commit 5c4e204

Browse files
authored
Feat: values fix v9 (#359)
1 parent bf83313 commit 5c4e204

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

helm/values.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ ingress:
2828
nginx.ingress.kubernetes.io/configuration-snippet: |
2929
more_set_headers "Content-Security-Policy:
3030
default-src 'self';
31-
script-src 'self' 'unsafe-inline' 'unsafe-eval' https://js.intercomcdn.com https://www.googletagmanager.com https://cdn.jsdelivr.net https://widget.intercom.io https://s3.tradingview.com;
31+
script-src 'self' 'unsafe-inline' 'unsafe-eval' https://js.intercomcdn.com https://www.googletagmanager.com https://cdn.jsdelivr.net https://widget.intercom.io https://s3.tradingview.com;
3232
style-src 'self' 'unsafe-inline' https://fonts.googleapis.com;
3333
style-src-elem 'self' 'unsafe-inline' https://fonts.googleapis.com;
34-
connect-src 'self' https://www.google-analytics.com https://region1.google-analytics.com https://nexus-websocket-a.intercom.io https://api-iam.intercom.io https://api.bako.global/socket.io wss://api.bako.global/socket.io https://testnet.fuel.network https://mainnet.fuel.network https://relay.walletconnect.org wss://relay.walletconnect.org https://hermes.pyth.network https://indexer.hyperindex.xyz wss://indexer.hyperindex.xyz https://app.sentio.xyz https://api.web3modal.org wss://relay.walletconnect.com https://api.bako.global https://unleash.v12.trade wss://nexus-websocket-a.intercom.io https://spark-candles.v12.trade wss://api.bako.global/socket.io;
34+
connect-src 'self' https://www.google-analytics.com https://region1.google-analytics.com https://nexus-websocket-a.intercom.io https://api-iam.intercom.io https://api.bako.global/socket.io wss://api.bako.global/socket.io https://testnet.fuel.network https://mainnet.fuel.network https://relay.walletconnect.org wss://relay.walletconnect.org https://hermes.pyth.network https://indexer.hyperindex.xyz wss://indexer.hyperindex.xyz https://app.sentio.xyz https://api.web3modal.org wss://relay.walletconnect.com https://api.bako.global https://unleash.v12.trade wss://nexus-websocket-a.intercom.io https://spark-candles.v12.trade wss://api.bako.global/socket.io https://api-js.mixpanel.com;
3535
img-src 'self' data:;
3636
font-src 'self' https://fonts.gstatic.com data:;
37-
frame-src 'self' https://widgetbot.io https://intercom.io https://widget.intercom.io https://verify.walletconnect.com;
37+
frame-src 'self' https://widgetbot.io https://intercom.io https://widget.intercom.io https://verify.walletconnect.com https://e.widgetbot.io https://s.tradingview.com blob:;
3838
media-src 'self';
3939
manifest-src 'self';
4040
worker-src 'self';

0 commit comments

Comments
 (0)