We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 658b8f6 commit 47e3088Copy full SHA for 47e3088
website/www/site/static/.htaccess
@@ -27,6 +27,4 @@ RedirectMatch "/contribute/release-guide" "https://github.com/apache/beam/blob/m
27
28
RedirectMatch "/contribute/committer-guide" "https://github.com/apache/beam/blob/master/contributor-docs/committer-guide.md"
29
30
-# Allow embedding content from play.beam.apache.org, youtube.com and drive.google.com
31
-# This is the standard way to add local exceptions to the CSP, see https://infra.apache.org/tools/csp.html
32
-SetEnv CSP_PROJECT_DOMAINS "https://play.beam.apache.org/ https://www.youtube.com/ https://drive.google.com/"
+Header set Content-Security-Policy "frame-src 'self' https://play.beam.apache.org/ https://www.youtube.com/ https://drive.google.com/ ;"
0 commit comments