Skip to content

Commit

Permalink
Merge pull request #187 from bcgov/another-csp-change
Browse files Browse the repository at this point in the history
remove csp from index.html, use helmet instead
  • Loading branch information
mgtennant authored May 1, 2024
2 parents 9a02bda + 8448a8e commit e8051d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<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="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 e8051d5

Please sign in to comment.