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

jinrongtong pushed a commit to branch new-official-website
in repository https://gitbox.apache.org/repos/asf/rocketmq-site.git


The following commit(s) were added to refs/heads/new-official-website by this 
push:
     new e6b74d1fdc Fix github star and fork button on the front page (#625)
e6b74d1fdc is described below

commit e6b74d1fdc0f8cca3289530136cff3586e520bd4
Author: Jack Tsai <[email protected]>
AuthorDate: Fri Feb 23 14:24:45 2024 +0800

    Fix github star and fork button on the front page (#625)
    
    Co-authored-by: tsaitsung-han.tht <[email protected]>
---
 src/pages/index.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/pages/index.js b/src/pages/index.js
index 2962bc1ed0..60905ddb10 100644
--- a/src/pages/index.js
+++ b/src/pages/index.js
@@ -24,7 +24,7 @@ function Home() {
       description={`${siteConfig.tagline}`}
     >
       <Head>
-        <meta http-equiv="Content-Security-Policy" content="frame-src 'self' 
https://ghbtns.com/"; />
+        <meta http-equiv="Content-Security-Policy" content="frame-src *" />
       </Head>
       <Hero/>
       <main>

Reply via email to