Skip to content

Commit

Permalink
Possible CSP issue (only report is from Safari)
Browse files Browse the repository at this point in the history
  • Loading branch information
brycewray committed Oct 9, 2023
1 parent 9904d9a commit 64bff88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions layouts/partials/head-css.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,6 @@
{{- $printCSS = $printCSS | minify | fingerprint -}}
{{- end -}}
{{- with $printCSS -}}
<link rel="preload" href="{{ $printCSS.RelPermalink }}" as="style"{{- if hugo.IsProduction -}} integrity="{{ $printCSS.Data.Integrity }}" crossorigin{{- end -}}>
<link rel="stylesheet" href="{{ $printCSS.RelPermalink }}" type="text/css" media="print"{{- if hugo.IsProduction -}} integrity="{{ $printCSS.Data.Integrity }}"{{- end -}}>
{{- end }}

0 comments on commit 64bff88

Please sign in to comment.