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

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


The following commit(s) were added to refs/heads/main by this push:
     new ac1856cfa1 add csp (#718)
ac1856cfa1 is described below

commit ac1856cfa14bc9e6fd31561befbddbcf1971cf74
Author: ZhangNing10 <[email protected]>
AuthorDate: Tue Feb 20 15:18:22 2024 +0800

    add csp (#718)
---
 docusaurus.config.js | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/docusaurus.config.js b/docusaurus.config.js
index d6c215b97b..2bec1bdc84 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -133,7 +133,16 @@ const versions = require('./versions.json');
     /** @type {import('@docusaurus/preset-classic').ThemeConfig} */
     (
       {
-      metadata: [{name: 'keywords', content: 'Engineering Productivity, 
Open-Source Engineering, Open-Source Integration Tools, Data Integrates 
Platform, Open-Source Dev Platform, Open-Source Data Integrates, DevOps Tools 
Integrates, Open-Source DevOps Tools'}],
+      metadata: [
+          {
+            name: 'keywords',
+            content: 'Engineering Productivity, Open-Source Engineering, 
Open-Source Integration Tools, Data Integrates Platform, Open-Source Dev 
Platform, Open-Source Data Integrates, DevOps Tools Integrates, Open-Source 
DevOps Tools'
+          },
+          {
+            name: 'content-security-policy',
+            content: "default-src 'self'; frame-src 'self' 
https://grafana-lake.demo.devlake.io;";
+          }
+      ],
       navbar: {
         title: 'Apache DevLake',
         logo: {

Reply via email to