Skip to content

Commit

Permalink
Updated CSP
Browse files Browse the repository at this point in the history
  • Loading branch information
Cosmin-Parvulescu committed Jul 18, 2023
1 parent d56292f commit 55d3399
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion apps/console/app/entry.server.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,11 @@ export default function handleRequest(
(nonce, dev) =>
getCSP({
directives: {
'default-src': [SELF, 'https://verify.walletconnect.com'],
'default-src': [
SELF,
'https://verify.walletconnect.com',
'form.typeform.com',
],
'connect-src': [
SELF,
'*.google-analytics.com',
Expand Down

0 comments on commit 55d3399

Please sign in to comment.