summaryrefslogtreecommitdiffstats
path: root/frontend/public/index.html
diff options
context:
space:
mode:
authorJan Tuomi <jan.tuomi@eficode.com>2020-02-05 11:55:43 +0200
committerJan Tuomi <jan.tuomi@eficode.com>2020-02-05 11:55:43 +0200
commit48a60c896d86de9bf76806ca60da35ef9f77259e (patch)
tree65b0dde0506dff1683866e2a5c651fc4aa9cc06b /frontend/public/index.html
parent81573cd2c7d7d7a5f7237c4283ba97a55300aa4d (diff)
Add prod env
Diffstat (limited to 'frontend/public/index.html')
-rw-r--r--frontend/public/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/frontend/public/index.html b/frontend/public/index.html
index cc94d49..b41fd33 100644
--- a/frontend/public/index.html
+++ b/frontend/public/index.html
@@ -7,7 +7,8 @@
<meta name="theme-color" content="#000000" />
<meta http-equiv="Content-Security-Policy" content="default-src 'self' localhost:4000;
style-src 'self' 'unsafe-inline';
- img-src * data:;" />
+ img-src * data:;
+ script-src 'self' 'unsafe-inline';" />
<meta
name="description"
content="Web site created using create-react-app"