Skip to content

fix CSP: add walletconnect pulse + web3modal endpoints, relax COOP#28

Merged
sparshsam merged 1 commit into
mainfrom
feat/copy-website-content
Jun 28, 2026
Merged

fix CSP: add walletconnect pulse + web3modal endpoints, relax COOP#28
sparshsam merged 1 commit into
mainfrom
feat/copy-website-content

Conversation

@sparshsam

Copy link
Copy Markdown
Owner

Summary

Fixes CSP and COOP issues found in Chrome console:

  1. CSP connect-src — Added pulse.walletconnect.org (telemetry) and api.web3modal.org (project config API) to the allowed connect-src list. These endpoints are used by WalletConnect SDK and were being blocked.

  2. COOP — Changed from same-origin to same-origin-allow-popups to fix Base Account SDK warning. The SDK needs cross-origin popup communication.

Checklist

  • No secrets or credentials
  • Lint/typecheck/build pass

- Add https://pulse.walletconnect.org (WalletConnect telemetry)
- Add https://api.web3modal.org (Reown project config API)
- Change COOP from same-origin to same-origin-allow-popups
  (Base Account SDK requirement)
@vercel

vercel Bot commented Jun 28, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
openproof Ready Ready Preview, Comment Jun 28, 2026 5:22am

@sparshsam sparshsam merged commit 6932c9c into main Jun 28, 2026
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant