Skip to content

Commit

Permalink
Cleanup CSP from unused options
Browse files Browse the repository at this point in the history
  • Loading branch information
serjonya-trili committed Jul 24, 2023
1 parent 95967a7 commit 70659b6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="A powerful Tezos wallet" />
<meta
http-equiv="Content-Security-Policy"
content="script-src 'self' 'unsafe-inline' 'wasm-unsafe-eval';"
/>
<meta http-equiv="Content-Security-Policy" content="script-src 'self'" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
Expand Down

0 comments on commit 70659b6

Please sign in to comment.