Skip to content

Commit

Permalink
add img-src in CSP
Browse files Browse the repository at this point in the history
  • Loading branch information
Sworzen1 committed Jan 25, 2024
1 parent 6528c53 commit b402872
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vva-fe/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<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/;
Expand Down

0 comments on commit b402872

Please sign in to comment.