Skip to content

Commit

Permalink
change security policy
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinmichels committed Dec 9, 2024
1 parent 0ff0e12 commit cc4bd11
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>GeoHearo</title>

<meta
http-equiv="Content-Security-Policy"
content="default-src https: http:; script-src https: http: 'unsafe-inline' 'unsafe-eval'"
/>

<!-- Font -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
Expand Down

0 comments on commit cc4bd11

Please sign in to comment.