Skip to content

Commit d676858

Browse files
authored
Update head.html (#394)
1 parent 14fc1f7 commit d676858

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

themes/docsy/layouts/partials/head.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
33
<!-- To handle CSP policy -->
44
<meta http-equiv="Content-Security-Policy"
5-
content="
6-
script-src 'self' 'unsafe-inline' 'unsafe-eval' https://analytics.apache.org https://code.jquery.com https://cdn.jsdelivr.net https://fonts.googleapis.com/;
7-
style-src 'self' 'unsafe-inline' https://code.jquery.com https://cdn.jsdelivr.net https://fonts.googleapis.com/;
8-
">
5+
content="script-src 'self'; script-src-elem 'self' https://code.jquery.com https://cdn.jsdelivr.net https://fonts.googleapis.com;">
96
{{ hugo.Generator }}
107
{{ range .AlternativeOutputFormats -}}
118
<link rel="{{ .Rel }}" type="{{ .MediaType.Type }}" href="{{ .Permalink | safeURL }}">

0 commit comments

Comments
 (0)