We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14fc1f7 commit d676858Copy full SHA for d676858
1 file changed
themes/docsy/layouts/partials/head.html
@@ -2,10 +2,7 @@
2
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
3
<!-- To handle CSP policy -->
4
<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
-">
+ content="script-src 'self'; script-src-elem 'self' https://code.jquery.com https://cdn.jsdelivr.net https://fonts.googleapis.com;">
9
{{ hugo.Generator }}
10
{{ range .AlternativeOutputFormats -}}
11
<link rel="{{ .Rel }}" type="{{ .MediaType.Type }}" href="{{ .Permalink | safeURL }}">
0 commit comments