From df5c3f2138513f949da0968e05b3db6674308239 Mon Sep 17 00:00:00 2001 From: tvalentyn Date: Thu, 22 Feb 2024 18:52:38 -0800 Subject: [PATCH] Allow frame references to Beam Playground. --- website/www/site/static/.htaccess | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/website/www/site/static/.htaccess b/website/www/site/static/.htaccess index 216b415cab10d..d8251734ddee4 100644 --- a/website/www/site/static/.htaccess +++ b/website/www/site/static/.htaccess @@ -25,4 +25,6 @@ RedirectMatch "/contribute/design-documents" "https://cwiki.apache.org/confluenc RedirectMatch "/contribute/release-guide" "https://github.com/apache/beam/blob/master/contributor-docs/release-guide.md" -RedirectMatch "/contribute/committer-guide" "https://github.com/apache/beam/blob/master/contributor-docs/committer-guide.md" \ No newline at end of file +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/ ;"