summaryrefslogtreecommitdiffstats
path: root/frontend/public/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/public/index.html')
-rw-r--r--frontend/public/index.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/frontend/public/index.html b/frontend/public/index.html
index aa069f2..cc94d49 100644
--- a/frontend/public/index.html
+++ b/frontend/public/index.html
@@ -5,6 +5,9 @@
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<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';
+ img-src * data:;" />
<meta
name="description"
content="Web site created using create-react-app"