Skip to content

Commit

Permalink
add usersnap into CSP
Browse files Browse the repository at this point in the history
  • Loading branch information
Sworzen1 committed Jan 25, 2024
1 parent b402872 commit 6f2fa62
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/vva-fe/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<meta
http-equiv="Content-Security-Policy"
content="default-src 'self';
img-src 'self' data:;
script-src 'self' 'unsafe-inline' https://www.googletagmanager.com;
style-src 'self' 'unsafe-inline' https://fonts.googleapis.com;
connect-src 'self' https://dev-sanchonet.govtool.byron.network/api https://o4506155985141760.ingest.sentry.io/api/4506156032196608/envelope/;
font-src 'self' 'unsafe-inline' https://fonts.gstatic.com;
img-src *.usersnap.com 'self' data:;
script-src *.usersnap.com 'self' 'unsafe-inline' https://www.googletagmanager.com;
style-src *.usersnap.com *.googleapis.com 'self' 'unsafe-inline' https://fonts.googleapis.com;
connect-src *.usersnap.com https://s3.eu-central-1.amazonaws.com/upload.usersnap.com 'self' https://dev-sanchonet.govtool.byron.network/api/ https://o4506155985141760.ingest.sentry.io/api/4506156032196608/envelope/;
font-src *.usersnap.com *.gstatic.com 'self' 'unsafe-inline' https://fonts.gstatic.com;
"
/>
<link
Expand Down

0 comments on commit 6f2fa62

Please sign in to comment.