deploying docs: fix(docs): More CSP touchups (#27275) (apache/superset@13288bd4bbeeba9a70cbba51e34637482a2a64f2)
diff --git a/.htaccess b/.htaccess
index 0e3d2d8..4204ebd 100644
--- a/.htaccess
+++ b/.htaccess
@@ -28,6 +28,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; \
 font-src 'self' https://fonts.gstatic.com; \