Skip to content

Commit

Permalink
add https://*.nounspace.com to frame ancestor csp
Browse files Browse the repository at this point in the history
  • Loading branch information
aeolianeth committed Dec 2, 2024
1 parent c6e1ee4 commit aa5541b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ const FRAME_ANCESTORS = [
'https://*.safe.global',
'https://nance.app',
'https://jbdao.org',
'https://nounspace.com'
'https://nounspace.com',
'https://*.nounspace.com'
]

if (process.env.NODE_ENV === 'development') {
Expand Down

0 comments on commit aa5541b

Please sign in to comment.