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

(superset) branch master updated: fix(docs): Even more access in CSP policies! (#27277)

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

rusackas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new e0ca07ba52 fix(docs): Even more access in CSP policies! (#27277)
e0ca07ba52 is described below

commit e0ca07ba5251993ca4cc19b005071bfda8b14fa7
Author: Evan Rusackas <ev...@preset.io>
AuthorDate: Tue Feb 27 14:45:57 2024 -0700

    fix(docs): Even more access in CSP policies! (#27277)
---
 docs/static/.htaccess | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/docs/static/.htaccess b/docs/static/.htaccess
index 4204ebd958..aa0c75e328 100644
--- a/docs/static/.htaccess
+++ b/docs/static/.htaccess
@@ -29,8 +29,7 @@ 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; \
+style-src-elem 'self' 'unsafe-inline' https://fonts.googleapis.com https://analytics.apache.org https://www.bugherd.com; \
 font-src 'self' https://fonts.gstatic.com; \
 frame-src 'self' https://calendar.google.com https://preset.io https://sidebar.bugherd.com https://unpkg.com; \
 "