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

wangweipeng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fory-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 865995b5 add github.com to CSP list (#250)
865995b5 is described below

commit 865995b58d567193b97bb8eca27f3ae05231d11a
Author: weipeng <[email protected]>
AuthorDate: Fri Jun 6 15:21:34 2025 +0800

    add github.com to CSP list (#250)
    
    Co-authored-by: quanzheng <[email protected]>
---
 docusaurus.config.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docusaurus.config.ts b/docusaurus.config.ts
index 65a07781..256eb194 100644
--- a/docusaurus.config.ts
+++ b/docusaurus.config.ts
@@ -86,7 +86,7 @@ const config: Config = {
 
   themeConfig: {
     metadata: [
-      {'http-equiv': 'Content-Security-Policy', content: "frame-src 'self' 
https://ghbtns.com; img-src 'self' https://github.com data:;"},
+      {'http-equiv': 'Content-Security-Policy', content: "frame-src 'self' 
https://ghbtns.com/; img-src 'self' https://github.com/ data:;"},
     ],
     navbar: {
       title: '',


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to