From c10e028c8fcc45e0972e9f53929a68ec849ce519 Mon Sep 17 00:00:00 2001 From: Evgenii Date: Mon, 15 Apr 2024 21:47:11 +0800 Subject: [PATCH] fix: remove last slash in url --- modules/shared/utils/csp.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/shared/utils/csp.ts b/modules/shared/utils/csp.ts index 928d0323..2a448973 100644 --- a/modules/shared/utils/csp.ts +++ b/modules/shared/utils/csp.ts @@ -37,7 +37,7 @@ export const contentSecurityPolicy = { 'https://*.etherscan.io/api', 'https://*.ipfs.w3s.link', 'https://*.ipfs.dweb.link', - 'wss://*.walletlink.org/', + 'wss://*.walletlink.org', 'https://*.coinbase.com', ...trustedHosts, ],