Skip to content
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
70052d8
feat: fix orders
Anton-rock Mar 12, 2025
c2bc568
Merge branch 'main' of github.com:compolabs/spark-frontend
Anton-rock Mar 13, 2025
b0f78f6
Merge branch 'main' of github.com:compolabs/spark-frontend
Anton-rock Mar 13, 2025
2af261b
feat: add rules csp
Anton-rock Mar 13, 2025
fc63054
Merge branch 'main' of github.com:compolabs/spark-frontend
Anton-rock Mar 13, 2025
2bbbfea
feat: add rules csp
Anton-rock Mar 13, 2025
ae9834e
Merge branch 'main' of github.com:compolabs/spark-frontend
Anton-rock Mar 13, 2025
f495dab
Merge branch 'main' of github.com:compolabs/spark-frontend
Anton-rock Mar 13, 2025
9f2d294
Merge branch 'main' of github.com:compolabs/spark-frontend
Anton-rock Mar 13, 2025
cfe7a81
Merge branch 'main' of github.com:compolabs/spark-frontend
Anton-rock Mar 13, 2025
3b032ba
Merge branch 'main' of github.com:compolabs/spark-frontend
Anton-rock Mar 13, 2025
37ca7de
Merge branch 'main' of github.com:compolabs/spark-frontend
Anton-rock Mar 13, 2025
b17ce78
Merge branch 'main' of github.com:compolabs/spark-frontend
Anton-rock Mar 16, 2025
eae98a9
Merge branch 'main' of github.com:compolabs/spark-frontend
Anton-rock Mar 16, 2025
ea4d3ab
Merge branch 'main' of github.com:compolabs/spark-frontend
Anton-rock Mar 16, 2025
d3cf814
Merge branches 'main' and 'main' of github.com:compolabs/spark-frontend
Anton-rock Mar 16, 2025
2db5f9c
Merge branch 'main' of github.com:compolabs/spark-frontend
Anton-rock Mar 16, 2025
4fa1b5d
Merge branch 'main' of github.com:compolabs/spark-frontend
Anton-rock Mar 16, 2025
62eee84
Merge branch 'main' of github.com:compolabs/spark-frontend
Anton-rock Mar 16, 2025
8ef7526
Merge branch 'main' of github.com:compolabs/spark-frontend
Anton-rock Mar 16, 2025
bccb903
Merge branch 'main' of github.com:compolabs/spark-frontend
Anton-rock Mar 16, 2025
f8395c8
feat: fix values v9
Anton-rock Mar 17, 2025
b02517c
Merge branch 'main' of github.com:compolabs/spark-frontend
Anton-rock Mar 17, 2025
5af1ab0
Merge branch 'main' of github.com:compolabs/spark-frontend
Anton-rock Mar 17, 2025
39b334b
feat: fix values v11
Anton-rock Mar 17, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,22 @@ ingress:
className: cilium
annotations:
kubernetes.io/tls-acme: "true"
nginx.ingress.kubernetes.io/configuration-snippet: |
more_set_headers "Content-Security-Policy:
default-src 'self';
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;
style-src 'self' 'unsafe-inline' https://fonts.googleapis.com;
style-src-elem 'self' 'unsafe-inline' https://fonts.googleapis.com;
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;
img-src 'self' data:;
font-src 'self' https://fonts.gstatic.com data:;
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:;
media-src 'self';
manifest-src 'self';
worker-src 'self';
child-src 'self';
block-all-mixed-content;
upgrade-insecure-requests;";

resources:
requests:
Expand Down
Loading