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 authored Oct 23, 2024
1 parent 172581b commit c1452f5
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 c1452f5

Please sign in to comment.