forked from web/portal
base layout: update CSP; add RP
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user