We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04cf9a6 commit 2ef8b82Copy full SHA for 2ef8b82
1 file changed
_src/_includes/themes/apache/partials/_head.html
@@ -49,4 +49,7 @@
49
50
<!-- favicons -->
51
<link rel="shortcut icon" href="/assets/img/favicon.png">
52
+
53
+ <!-- allow github profile images -->
54
+ <meta http-equiv="Content-Security-Policy" content="img-src 'self' data: blob: https://avatars.githubusercontent.com/;">
55
</head>
0 commit comments