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 3a42b97d4 deploying docs: fix(docs): CSP mods to re-enable Algolia
search (#27942) (apache/superset@7c8e1bb46e9206b407621053fe74e22fee2e59b1)
3a42b97d4 is described below
commit 3a42b97d4c0d4c130909af6c67b2e400fd871209
Author: apache <[email protected]>
AuthorDate: Mon Apr 8 20:41:05 2024 +0000
deploying docs: fix(docs): CSP mods to re-enable Algolia search (#27942)
(apache/superset@7c8e1bb46e9206b407621053fe74e22fee2e59b1)
---
.htaccess | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.htaccess b/.htaccess
index bc88d42ee..4ef3ebb52 100644
--- a/.htaccess
+++ b/.htaccess
@@ -22,4 +22,4 @@ RewriteRule ^(.*)$ https://superset.apache.org/$1 [R,L]
RewriteCond %{HTTP_HOST} ^superset.incubator.apache.org$ [NC]
RewriteRule ^(.*)$ https://superset.apache.org/$1 [R=301,L]
-Header set Content-Security-Policy "default-src data: blob: 'self'
*.apache.org *.bugherd.com *.scarf.sh *.googleapis.com *.googletagmanager.com
*.google-analytics.com 'unsafe-inline' 'unsafe-eval'; frame-src *;
frame-ancestors 'self' *.preset.io *.google.com https://sidebar.bugherd.com
https://unpkg.com; form-action 'self'; worker-src blob:; img-src 'self' blob:
data: https:; font-src 'self' https://fonts.gstatic.com; object-src 'none'"
+Header set Content-Security-Policy "default-src data: blob: 'self'
*.apache.org *.bugherd.com *.scarf.sh *.googleapis.com *.googletagmanager.com
*.google-analytics.com *.github.com *.bugsnag.com *.algolia.net
*.algolianet.com 'unsafe-inline' 'unsafe-eval'; frame-src *; frame-ancestors
'self' *.preset.io *.google.com https://sidebar.bugherd.com https://unpkg.com;
form-action 'self'; worker-src blob:; img-src 'self' blob: data: https:;
font-src 'self' https://fonts.gstatic.com; object-src 'none'"