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

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 6640d3c6c87 Try fix kapa with CSP for google.com (#678)
6640d3c6c87 is described below

commit 6640d3c6c87fa3960b03c3170ad71f11be3afcaa
Author: Superskyyy <supersk...@outlook.com>
AuthorDate: Mon Feb 19 20:17:36 2024 -0500

    Try fix kapa with CSP for google.com (#678)
---
 themes/docsy/layouts/partials/head.html | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/themes/docsy/layouts/partials/head.html 
b/themes/docsy/layouts/partials/head.html
index aafadfdc644..8d08e398f51 100644
--- a/themes/docsy/layouts/partials/head.html
+++ b/themes/docsy/layouts/partials/head.html
@@ -3,6 +3,9 @@
 <meta name="twitter:site" content="skywalking.apache.org">
 <meta name="twitter:image:src" 
content="https://skywalking.apache.org/images/skywalking_400x400.png";>
 <meta property="og:image" 
content="https://skywalking.apache.org/images/skywalking_400x400.png";>
+<!--Google needs to be allowed for kapa.ai widget to work-->
+<meta http-equiv="Content-Security-Policy" content="frame-src 'self' 
https://www.google.com/ https://app.netlify.com/;";>
+
 {{ hugo.Generator }}
 
 <!-- Google tag (gtag.js) -->

Reply via email to