Skip to content

Commit

Permalink
Add Prosperity Accounts I Frame support (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
Another-DevX authored Dec 19, 2024
1 parent ae4036f commit 99f12bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,16 @@ const CONNECT_SRC_HOSTS = [
'https://celo-mainnet.infura.io',
'https://qstash.upstash.io',
'https://app.safe.global',
'https://account.celopg.eco',
'https://*.rainbow.me',
];
const FRAME_SRC_HOSTS = [
'https://*.walletconnect.com',
'https://*.walletconnect.org',
'https://app.safe.global',
'https://account.celopg.eco',
];
const IMG_SRC_HOSTS = ['https://*.walletconnect.com', 'https://app.safe.global'];
const IMG_SRC_HOSTS = ['https://*.walletconnect.com', 'https://app.safe.global', 'https://account.celopg.eco',];
const SCRIPTS_SRC_HOSTS = ['https://*.safe.global'];

const cspHeader = `
Expand Down

0 comments on commit 99f12bb

Please sign in to comment.