chore(docs): removing Superset Community Newsletter archive (#27977)
This commit is contained in:
parent
eb4ca010ae
commit
cbfdba2ca6
|
|
@ -247,14 +247,6 @@ const Community = () => {
|
|||
scrolling="no"
|
||||
/>
|
||||
</BlurredSection>
|
||||
<BlurredSection>
|
||||
<SectionHeader level="h2" title="Newsletter Archive" />
|
||||
<StyledNewsletterIframe
|
||||
src="https://preset.io/embed/newsletter/"
|
||||
frameBorder="0"
|
||||
scrolling="no"
|
||||
/>
|
||||
</BlurredSection>
|
||||
</main>
|
||||
</Layout>
|
||||
);
|
||||
|
|
|
|||
|
|
@ -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'"
|
||||
|
|
|
|||
Loading…
Reference in New Issue