Skip to content

Commit

Permalink
Add csp for prod envio (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolmin committed Jan 15, 2025
1 parent fef5f67 commit f0c6327
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nextjs/csp/policies/universalprofile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export function universalProfile(): CspDev.DirectiveDescriptor {
'*.algolianet.com',
'*.algolia.net',
'envio.mainnet.lukso.dev',
'envio.lukso-mainnet.universal.tech',
],
};
}

0 comments on commit f0c6327

Please sign in to comment.