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 b3d631d670585eb82c8aa1ad9daf5a28768f76f1 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..4fec4049 --- /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.org"
