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
commit bfaa82fd9256d14c0350c897abd32a6c7ca7ec69 Author: Kristin Cowalcijk <[email protected]> AuthorDate: Wed Apr 3 00:32:15 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"
