deploying docs: fix(docs): even more CSP adjustments... (#27278) (apache/superset@c320b95be982b51497201dbd260263b555ebf50e)
diff --git a/.htaccess b/.htaccess
index aa0c75e..5453e5e 100644
--- a/.htaccess
+++ b/.htaccess
@@ -22,7 +22,7 @@
 RewriteCond %{HTTP_HOST} ^superset.incubator.apache.org$ [NC]
 RewriteRule ^(.*)$ https://superset.apache.org/$1 [R=301,L]
 
-Header set Content-Security-Policy "default-src 'self'; img-src *;"
+# Header set Content-Security-Policy "default-src 'self'; img-src *;"
 
 Header set Content-Security-Policy "default-src 'self'; \
 script-src 'self'; \
@@ -30,6 +30,7 @@
 style-src 'self' https://fonts.googleapis.com; \
 script-src-elem 'self' 'unsafe-inline' https://www.googletagmanager.com https://www.google-analytics.com; \
 style-src-elem 'self' 'unsafe-inline' https://fonts.googleapis.com https://analytics.apache.org https://www.bugherd.com; \
+frame-ancestors 'self' https://preset.io; \
 font-src 'self' https://fonts.gstatic.com; \
 frame-src 'self' https://calendar.google.com https://preset.io https://sidebar.bugherd.com https://unpkg.com; \
 "