base layout: update CSP; add RP

This commit is contained in:
Thomas Dedek
2019-12-22 10:45:40 +01:00
parent 032fad44e2
commit 01c73e9f01
8 changed files with 54 additions and 92 deletions

View File

@@ -2,6 +2,8 @@
<html lang="{{.Site.Language.Lang }}">
<head>
<title>Ecogood portal</title>
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; child-src 'none';">
<meta name="referrer" content="no-referrer">
<link rel="stylesheet" href="{{ "ecogood.css" | absURL }}"/>
<link rel="icon" href="{{ "favicon-cropped.webp" | absURL }}" sizes="32x32" />
<link rel="icon" href="{{ "favicon.webp" | absURL }}" sizes="192x192" />