From 340503e5993974938b2d07ca3cc58b274e071112 Mon Sep 17 00:00:00 2001
From: Kubat <mael.martin31@gmail.com>
Date: Mon, 14 Sep 2020 16:47:21 +0200
Subject: [PATCH] MISC: Goot index.html

---
 instance/index.html | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

diff --git a/instance/index.html b/instance/index.html
index c37a7e9..a61ba4c 100644
--- a/instance/index.html
+++ b/instance/index.html
@@ -1,3 +1,12 @@
-<body>
-    toto
-</body>
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta charset="UTF-8">
+        <title>Lektor App</title>
+        <!-- https://electronjs.org/docs/tutorial/security#csp-meta-tag -->
+        <meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline';" />
+    </head>
+    <body>
+        toto
+    </body>
+</html>
-- 
GitLab