Commit a5e2121
committed
Fix CSP to allow wallet connections - add RPC endpoints and wallet providers
Security measures were blocking wallet connections due to missing CSP
connect-src directives for wallet RPC endpoints and provider domains.
Fixed:
- Added Base RPC endpoints (Base Sepolia and Base Mainnet)
- Added wallet provider domains (MetaMask, WalletConnect, Coinbase, Rainbow, Uniswap)
- Added WebSocket connections for WalletConnect
This fixes:
- Wallet connection prompts not appearing
- Transaction prompts not showing
- Wallet provider connections being blocked by CSP
Bot protection verified - only affects API routes, not wallet connections.
Transaction modal z-index verified - higher than RainbowKit (9999 vs 1100).
Farcaster network switching verified - shows instructions correctly.1 parent 466418e commit a5e2121
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| |||
0 commit comments