Skip to content

Commit

Permalink
Merge pull request #590 from chicagopcdc/pcdc_dev
Browse files Browse the repository at this point in the history
Pcdc dev
  • Loading branch information
grugna authored Jul 30, 2024
2 parents af4faed + 0e19512 commit d83a6f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta
http-equiv="Content-Security-Policy"
content="default-src 'self' blob:; connect-src 'self' blob: localhost https://localhost:9443 https://www.googletagmanager.com wss://localhost:9443 https://*.s3.amazonaws.com https://www.google-analytics.com; img-src 'self' data: https:; script-src 'self' 'unsafe-eval' https://www.googletagmanager.com https://www.google-analytics.com https://ssl.google-analytics.com localhost https://localhost:9443; worker-src 'self' blob:; style-src 'self' 'unsafe-inline' localhost https://www.googletagmanager.com/ https://localhost:9443; object-src 'none'; font-src 'self' data: https://localhost:9443; frame-src 'self';"
content="default-src 'self' blob:; connect-src 'self' blob: localhost https://localhost:9443 https://www.googletagmanager.com wss://localhost:9443 https://*.s3.amazonaws.com https://*.google-analytics.com https://*.analytics.google.com; img-src 'self' data: https:; script-src 'self' 'unsafe-eval' https://www.googletagmanager.com https://*.google-analytics.com https://*.analytics.google.com localhost https://localhost:9443; worker-src 'self' blob:; style-src 'self' 'unsafe-inline' localhost https://www.googletagmanager.com/ https://localhost:9443; object-src 'none'; font-src 'self' data: https://localhost:9443; frame-src 'self';"
/>
<meta name="viewport" content="width=device-width" />
<link rel="icon" type="image/png" href="/src/img/favicon.ico" />
Expand Down
2 changes: 1 addition & 1 deletion src/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta
http-equiv="Content-Security-Policy"
content="default-src 'self' https://login.bionimbus.org https://wayf.incommonfederation.org; img-src 'self' data: https:; script-src 'self' 'unsafe-eval' https://www.googletagmanager.com https://www.google-analytics.com https://ssl.google-analytics.com; worker-src 'self' blob:; style-src 'self' 'unsafe-inline'; object-src 'none'; font-src 'self' data:; connect-src 'self' https://login.bionimbus.org https://*.s3.amazonaws.com https://wayf.incommonfederation.org https://www.google-analytics.com <%= htmlWebpackPlugin.options.connect_src %>; frame-src <%= htmlWebpackPlugin.options.connect_src %> 'self';"
content="default-src 'self' https://login.bionimbus.org https://wayf.incommonfederation.org; img-src 'self' data: https:; script-src 'self' 'unsafe-eval' https://www.googletagmanager.com https://*.google-analytics.com https://*.analytics.google.com; worker-src 'self' blob:; style-src 'self' 'unsafe-inline'; object-src 'none'; font-src 'self' data:; connect-src 'self' https://login.bionimbus.org https://*.s3.amazonaws.com https://wayf.incommonfederation.org https://*.google-analytics.com https://*.analytics.google.com <%= htmlWebpackPlugin.options.connect_src %>; frame-src <%= htmlWebpackPlugin.options.connect_src %> 'self';"
/>
<meta name="viewport" content="width=device-width" />
<link
Expand Down

0 comments on commit d83a6f7

Please sign in to comment.