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 authored Jan 17, 2024
1 parent ec2e949 commit 59abd69
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 @@ -70,7 +70,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

2 comments on commit 59abd69

@vercel
Copy link

@vercel vercel bot commented on 59abd69 Jan 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 59abd69 Jan 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.