Skip to content

Commit

Permalink
feat(next.config): accept FRAME_ANCESTORS from nance.app and jbdao.org
Browse files Browse the repository at this point in the history
  • Loading branch information
jigglyjams committed Jan 17, 2024
1 parent a881376 commit 719c07c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,12 @@ const CONNECT_SRC = [
'https://api.ensideas.com',
]

const FRAME_ANCESTORS = ['https://*.gnosis.io', 'https://*.safe.global']
const FRAME_ANCESTORS = [
'https://*.gnosis.io',
'https://*.safe.global',
'https://nance.app',
'https://jbdao.org',
]

if (process.env.NODE_ENV === 'development') {
CONNECT_SRC.push('localhost:*')
Expand Down

0 comments on commit 719c07c

Please sign in to comment.