Skip to content

Commit

Permalink
WSS fix for CSP
Browse files Browse the repository at this point in the history
  • Loading branch information
ElKornacio committed Dec 4, 2023
1 parent eb64cdc commit 5b5ac02
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions nextjs/csp/policies/ylideRpcs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,13 @@ export function ylideRpcs(): CspDev.DirectiveDescriptor {
'celoscan.io',
'andromeda.metis.io',
'andromeda-explorer.metis.io',
'wss://*.ylide.io',
'wss://*.alchemy.com',
'wss://*.infura.io',
'wss://*.nodereal.io',
'wss://rpc.gnosischain.com',
'wss://forno.celo.org',
'wss://wss.api.moonbeam.network',
],
};
}

0 comments on commit 5b5ac02

Please sign in to comment.