Skip to content

Commit

Permalink
minor changes to CSP
Browse files Browse the repository at this point in the history
  • Loading branch information
dauntlessnomad committed Jun 11, 2020
1 parent e6b4cab commit f79ef03
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,12 @@
content="https://cdn.coronasafe.network/ksdma_logo.png" />
<meta name="twitter:card" content="summary" />
<meta http-equiv="Content-Security-Policy" content="default-src 'self' https://cdn.coronasafe.network https://sentry.io;
script-src 'unsafe-inline' https://cdn.coronasafe.network;
script-src https://cdn.coronasafe.network;
script-src-elem 'self' 'unsafe-inline' https://cdn.coronasafe.network;
style-src-elem 'self' 'unsafe-inline' https://cdn.coronasafe.network https://kit-free.fontawesome.com;
img-src 'self' 'unsafe-inline' https://cdn.coronasafe.network https://coronasafe.network data:;
font-src 'self' https://cdn.coronasafe.network https://kit-free.fontawesome.com data:;
style-src 'self' https://cdn.coronasafe.network ">
<meta http-equiv="X-Frame-Options" content="deny">
<meta http-equiv="X-XSS-Protection" content="1; mode=block">
<title>Corona Care</title>
<link rel="stylesheet" type="text/css" href="https://cdn.coronasafe.network/material" />
<link rel="icon" href="https://cdn.coronasafe.network/favicon.png">
Expand Down

0 comments on commit f79ef03

Please sign in to comment.