You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by as...@apache.org on 2024/02/27 21:23:43 UTC

(superset-site) branch asf-site updated: deploying docs: fix(docs): More CSP touchups (#27275) (apache/superset@13288bd4bbeeba9a70cbba51e34637482a2a64f2)

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

asf-ci-deploy pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/superset-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new cd687bbe5 deploying docs: fix(docs): More CSP touchups (#27275) (apache/superset@13288bd4bbeeba9a70cbba51e34637482a2a64f2)
cd687bbe5 is described below

commit cd687bbe5ade4b6ab1e808e994fbc774affa62d6
Author: apache <de...@superset.apache.org>
AuthorDate: Tue Feb 27 21:23:38 2024 +0000

    deploying docs: fix(docs): More CSP touchups (#27275) (apache/superset@13288bd4bbeeba9a70cbba51e34637482a2a64f2)
---
 .htaccess | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.htaccess b/.htaccess
index 0e3d2d8f7..4204ebd95 100644
--- a/.htaccess
+++ b/.htaccess
@@ -28,6 +28,7 @@ Header set Content-Security-Policy "default-src 'self'; \
 script-src 'self'; \
 img-src 'self' https://static.scarf.sh *; \
 style-src 'self' https://fonts.googleapis.com; \
+script-src-elem 'self' 'unsafe-inline' https://www.googletagmanager.com https://www.google-analytics.com; \
 script-src-elem 'self' https://www.googletagmanager.com https://www.google-analytics.com; \
 style-src-elem 'self' https://fonts.googleapis.com; \
 font-src 'self' https://fonts.gstatic.com; \