From 343d00503e2e2220391736e4cc5138d3901380fd Mon Sep 17 00:00:00 2001 From: tvalentyn Date: Fri, 23 Feb 2024 09:20:15 -0800 Subject: [PATCH 1/2] Update .htaccess Also allowlist google calendar. --- website/www/site/static/.htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/www/site/static/.htaccess b/website/www/site/static/.htaccess index d8251734ddee..6f7162bca147 100644 --- a/website/www/site/static/.htaccess +++ b/website/www/site/static/.htaccess @@ -27,4 +27,4 @@ RedirectMatch "/contribute/release-guide" "https://github.com/apache/beam/blob/m RedirectMatch "/contribute/committer-guide" "https://github.com/apache/beam/blob/master/contributor-docs/committer-guide.md" -Header set Content-Security-Policy "frame-src 'self' https://play.beam.apache.org/ ;" +Header set Content-Security-Policy "frame-src 'self' https://play.beam.apache.org/ https://calendar.google.com ;" From cdad678c034b9ddbe4db3fcdd23970d10a88ecb5 Mon Sep 17 00:00:00 2001 From: tvalentyn Date: Fri, 23 Feb 2024 09:22:07 -0800 Subject: [PATCH 2/2] Update .htaccess --- website/www/site/static/.htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/www/site/static/.htaccess b/website/www/site/static/.htaccess index 6f7162bca147..a59f5596ff7c 100644 --- a/website/www/site/static/.htaccess +++ b/website/www/site/static/.htaccess @@ -27,4 +27,4 @@ RedirectMatch "/contribute/release-guide" "https://github.com/apache/beam/blob/m RedirectMatch "/contribute/committer-guide" "https://github.com/apache/beam/blob/master/contributor-docs/committer-guide.md" -Header set Content-Security-Policy "frame-src 'self' https://play.beam.apache.org/ https://calendar.google.com ;" +Header set Content-Security-Policy "frame-src 'self' https://play.beam.apache.org/ https://calendar.google.com/ ;"