forked from uc-cdis/data-portal
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdev.html
21 lines (21 loc) · 1.24 KB
/
dev.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<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 http://ccdifederation.pedscommons.org https://ccdifederation.pedscommons.org 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" />
<title>PCDC Data Portal</title>
</head>
<body>
<div id="root"></div>
<div id="append-root" class="spacer"></div>
<script
type="text/javascript"
src="https://localhost:9443/main.bundle.js"
></script>
</body>
</html>