Skip to content

Commit

Permalink
adjust csp
Browse files Browse the repository at this point in the history
  • Loading branch information
mgtennant committed Apr 29, 2024
1 parent 97f3b59 commit 67a6577
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
<link rel="stylesheet" href="/css/new.css" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta
http-equiv="Content-Security-Policy"
content="default-src 'self' https://*.gov.bc.ca data:; frame-src 'self' blob:;"
/>
<link rel="apple-touch-icon" href="/images/bcid-apple-touch-icon.png" sizes="180x180" />
<link rel="icon" href="/images/bcid-favicon-32x32.png" sizes="32x32" type="image/png" />
<link rel="icon" href="/images/bcid-favicon-16x16.png" sizes="16x16" type="image/png" />
Expand Down

0 comments on commit 67a6577

Please sign in to comment.