Skip to content

Commit ba04bef

Browse files
committed
add zerodev to csp connect-src
1 parent 4a9b4b0 commit ba04bef

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

nextjs/csp/policies/blockchainInteraction.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ export function blockchainInteraction(): CspDev.DirectiveDescriptor {
4343
'https://logs.dynamicauth.com',
4444
'wss://relay.walletconnect.com',
4545
'wss://relay.walletconnect.org',
46+
// Gas Sponsorship with ZeroDev
47+
'https://rpc.zerodev.app',
4648
],
4749
'font-src': [
4850
'https://cdn.jsdelivr.net/npm/@fontsource/dm-sans/files/dm-sans-latin-400-normal.woff2',

0 commit comments

Comments
 (0)