From cbfdba2ca677a81f02b2304cae0cfbe254b67ffe Mon Sep 17 00:00:00 2001 From: Evan Rusackas Date: Wed, 10 Apr 2024 14:17:32 -0600 Subject: [PATCH] chore(docs): removing Superset Community Newsletter archive (#27977) --- docs/src/pages/community.tsx | 8 -------- docs/static/.htaccess | 2 +- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/docs/src/pages/community.tsx b/docs/src/pages/community.tsx index 597f74f12..c173f4898 100644 --- a/docs/src/pages/community.tsx +++ b/docs/src/pages/community.tsx @@ -247,14 +247,6 @@ const Community = () => { scrolling="no" /> - - - - ); diff --git a/docs/static/.htaccess b/docs/static/.htaccess index 9a23e6873..1ff0a8a7e 100644 --- a/docs/static/.htaccess +++ b/docs/static/.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 *.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'; object-src 'none'" +Header set Content-Security-Policy "default-src data: blob: 'self' *.apache.org *.bugherd.com *.scarf.sh *.googleapis.com *.github.com *.bugsnag.com *.algolia.net *.algolianet.com 'unsafe-inline' 'unsafe-eval'; frame-src *; frame-ancestors 'self' *.google.com https://sidebar.bugherd.com https://unpkg.com; form-action 'self'; worker-src blob:; img-src 'self' blob: data: https:; font-src 'self'; object-src 'none'"