From ab7c9d602277bbe94b5d894339360ec0c70bde42 Mon Sep 17 00:00:00 2001 From: build-pipeline <build-token> Date: Mon, 24 Apr 2023 08:17:58 +0000 Subject: [PATCH] publish: fix(csp): font errors generated from commit 901c7f273e25fd3feeac1cf832fcdd7e4e23e013 --- offline.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/offline.html b/offline.html index 7e4c5e373..f310b42c3 100644 --- a/offline.html +++ b/offline.html @@ -7,6 +7,10 @@ name="description" content="Ecolyo est le service proposé par la Métropole de Lyon pour suivre et comprendre la consommation énergétique globale de votre foyer." /> + <meta + http-equiv="Content-Security-Policy" + content="style-src 'self' https://fonts.googleapis.com; font-src 'self' https://fonts.gstatic.com;" + /> <link rel="stylesheet" href="./style.css" /> <link href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap" -- GitLab