summaryrefslogtreecommitdiffstats
path: root/frontend/public
diff options
context:
space:
mode:
authorJan Tuomi <jan.tuomi@eficode.com>2020-02-05 19:25:36 +0200
committerJan Tuomi <jan.tuomi@eficode.com>2020-02-05 19:25:36 +0200
commit71d9490d0988c97b8b023a70e0b61c65f32ad3b9 (patch)
treedf6f3db2c1f3c3ef9339843431a79197b465a74c /frontend/public
parent48a60c896d86de9bf76806ca60da35ef9f77259e (diff)
Implement permissions
Diffstat (limited to 'frontend/public')
-rw-r--r--frontend/public/index.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/frontend/public/index.html b/frontend/public/index.html
index b41fd33..4f82110 100644
--- a/frontend/public/index.html
+++ b/frontend/public/index.html
@@ -6,13 +6,16 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta http-equiv="Content-Security-Policy" content="default-src 'self' localhost:4000;
- style-src 'self' 'unsafe-inline';
+ style-src 'self' 'unsafe-inline' https://cdn.jsdelivr.net;
img-src * data:;
script-src 'self' 'unsafe-inline';" />
<meta
name="description"
content="Web site created using create-react-app"
/>
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.8.0/css/bulma.min.css"
+ integrity="sha256-D9M5yrVDqFlla7nlELDaYZIpXfFWDytQtiV+TaH6F1I=" crossorigin="anonymous">
+
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!--
manifest.json provides metadata used when your web app is installed on a