Skip to content

Commit

Permalink
fix: whitelist worldassociation.org for iframe (#4823)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaituVR committed Jul 17, 2024
1 parent 362b500 commit 508d60f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/helpers/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ export const KNOWN_HOSTS = [
'metissafe.tech',
'multisig.mantle.xyz',
'wallet.ambire.com',
'multisig.moonbeam.network'
'multisig.moonbeam.network',
'worldassociation.org'
];

export const SPACE_CATEGORIES = [
Expand Down

0 comments on commit 508d60f

Please sign in to comment.