From b03377c121473b80fe98893cfd64814aadf46e54 Mon Sep 17 00:00:00 2001 From: Thomas Amland Date: Fri, 7 Aug 2020 11:10:27 +0200 Subject: [PATCH] add CSP --- public/index.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/index.html b/public/index.html index 502a2c8..c3eb8ae 100644 --- a/public/index.html +++ b/public/index.html @@ -3,6 +3,11 @@ + <% if (process.env.NODE_ENV === "production") { %> + + <% } else { %> + + <% } %>