feat: adhere to image loading preference

This commit is contained in:
httpjamesm
2022-12-28 00:10:09 -05:00
parent 10946dcafb
commit fb7dc85905
2 changed files with 14 additions and 7 deletions

View File

@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta
http-equiv="Content-Security-Policy"
content="default-src 'none'; style-src 'self'; script-src 'none'; img-src https:;"
content="default-src 'none'; style-src 'self'; script-src 'none'; img-src {{ .imagePolicy }};"
/>
</head>
<body>