This is an automated email from the ASF dual-hosted git repository.
kontinuation pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/sedona-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 8f5bf83a Try overriding Content-Security-Policy to make external
contents display correctly. We need to remove these external contents in the
next few days.
8f5bf83a is described below
commit 8f5bf83ad46959394bcc172d1cf4dd34223fca79
Author: Kristin Cowalcijk <[email protected]>
AuthorDate: Wed Apr 3 00:30:28 2024 +0800
Try overriding Content-Security-Policy to make external contents display
correctly. We need to remove these external contents in the next few days.
---
.htaccess | 1 +
1 file changed, 1 insertion(+)
diff --git a/.htaccess b/.htaccess
new file mode 100644
index 00000000..71656e80
--- /dev/null
+++ b/.htaccess
@@ -0,0 +1 @@
+Header set Content-Security-Policy "frame-src 'self' https://forms.hsforms.com
https://calendar.google.com https://nbviewer.com"