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 f5a9d5e28eaf228b51f507ac724073d17da60a06 Author: Kristin Cowalcijk <[email protected]> AuthorDate: Wed Apr 3 09:16:58 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.5.1/community/contact/index.html | 2 +- 1.5.1/usecases/airport-country/index.html | 2 +- 1.5.1/usecases/foot-traffic/index.html | 2 +- 1.5.1/usecases/raster/index.html | 2 +- 5 files changed, 5 insertions(+), 4 deletions(-) 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" diff --git a/1.5.1/community/contact/index.html b/1.5.1/community/contact/index.html index 85c4d5f3..539a9c27 100644 --- a/1.5.1/community/contact/index.html +++ b/1.5.1/community/contact/index.html @@ -3893,4 +3893,4 @@ </body> -</html> \ No newline at end of file +</html> diff --git a/1.5.1/usecases/airport-country/index.html b/1.5.1/usecases/airport-country/index.html index 13380ed9..9ecd97d9 100644 --- a/1.5.1/usecases/airport-country/index.html +++ b/1.5.1/usecases/airport-country/index.html @@ -3694,4 +3694,4 @@ </body> -</html> \ No newline at end of file +</html> diff --git a/1.5.1/usecases/foot-traffic/index.html b/1.5.1/usecases/foot-traffic/index.html index e635bff6..85a5bb21 100644 --- a/1.5.1/usecases/foot-traffic/index.html +++ b/1.5.1/usecases/foot-traffic/index.html @@ -3694,4 +3694,4 @@ </body> -</html> \ No newline at end of file +</html> diff --git a/1.5.1/usecases/raster/index.html b/1.5.1/usecases/raster/index.html index 29b129b1..23c437dd 100644 --- a/1.5.1/usecases/raster/index.html +++ b/1.5.1/usecases/raster/index.html @@ -3694,4 +3694,4 @@ </body> -</html> \ No newline at end of file +</html>
