This is an automated email from the ASF dual-hosted git repository.

janardhan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/systemds-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 2ef8b829 show avatars from github
2ef8b829 is described below

commit 2ef8b8294704cf75db29be9e647f41480b64ca6f
Author: Janardhan Pulivarthi <j...@protonmail.com>
AuthorDate: Mon May 5 01:17:04 2025 +0000

    show avatars from github
---
 _src/_includes/themes/apache/partials/_head.html | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/_src/_includes/themes/apache/partials/_head.html 
b/_src/_includes/themes/apache/partials/_head.html
index 3617b688..51ea3fb2 100644
--- a/_src/_includes/themes/apache/partials/_head.html
+++ b/_src/_includes/themes/apache/partials/_head.html
@@ -49,4 +49,7 @@ limitations under the License.
 
   <!-- favicons -->
   <link rel="shortcut icon" href="/assets/img/favicon.png">
+  
+  <!-- allow github profile images -->
+  <meta http-equiv="Content-Security-Policy" content="img-src 'self' data: 
blob: https://avatars.githubusercontent.com/;";>
 </head>
\ No newline at end of file

Reply via email to