@@ -26,22 +26,54 @@ ingress:
26
26
annotations :
27
27
kubernetes.io/tls-acme : " true"
28
28
nginx.ingress.kubernetes.io/configuration-snippet : |
29
- more_set_headers "Content-Security-Policy:
30
- 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;
32
- style-src 'self' 'unsafe-inline' https://fonts.googleapis.com;
33
- 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 https://api-js.mixpanel.com;
35
- img-src 'self' data:;
36
- 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 https://e.widgetbot.io https://s.tradingview.com blob:;
38
- media-src 'self';
39
- manifest-src 'self';
40
- worker-src 'self';
41
- child-src 'self';
42
- block-all-mixed-content;
43
- upgrade-insecure-requests;";
44
-
29
+ more_set_headers "Content-Security-Policy:
30
+ default-src 'self';
31
+ child-src 'self';
32
+ connect-src 'self'
33
+ https://api-iam.intercom.io
34
+ https://api.bako.global
35
+ https://api.bako.global/socket.io
36
+ https://api-js.mixpanel.com
37
+ https://api.web3modal.org
38
+ https://app.sentio.xyz
39
+ https://hermes.pyth.network
40
+ https://indexer.hyperindex.xyz
41
+ https://mainnet.fuel.network
42
+ https://nexus-websocket-a.intercom.io
43
+ https://region1.google-analytics.com
44
+ https://relay.walletconnect.org
45
+ https://spark-candles.v12.trade
46
+ https://testnet.fuel.network
47
+ https://unleash.v12.trade
48
+ https://www.google-analytics.com
49
+ wss://api.bako.global/socket.io
50
+ wss://indexer.hyperindex.xyz
51
+ wss://nexus-websocket-a.intercom.io
52
+ wss://relay.walletconnect.com
53
+ wss://relay.walletconnect.org;
54
+ font-src 'self' https://fonts.gstatic.com data:;
55
+ frame-src 'self'
56
+ https://e.widgetbot.io
57
+ https://intercom.io
58
+ https://s.tradingview.com
59
+ https://verify.walletconnect.com
60
+ https://widget.intercom.io
61
+ https://widgetbot.io
62
+ blob:;
63
+ img-src 'self' data:;
64
+ manifest-src 'self';
65
+ media-src 'self';
66
+ script-src 'self' 'unsafe-inline' 'unsafe-eval'
67
+ https://cdn.jsdelivr.net
68
+ https://js.intercomcdn.com
69
+ https://s3.tradingview.com
70
+ https://widget.intercom.io
71
+ https://www.googletagmanager.com;
72
+ style-src 'self' 'unsafe-inline' https://fonts.googleapis.com;
73
+ upgrade-insecure-requests;
74
+ worker-src 'self';
75
+ block-all-mixed-content;";
76
+
45
77
resources :
46
78
requests :
47
79
cpu : 1
0 commit comments