Skip to content

Commit

Permalink
Allow IFrames to youtube. (apache#31021)
Browse files Browse the repository at this point in the history
  • Loading branch information
tvalentyn authored Apr 17, 2024
1 parent 3822f55 commit d6eb576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/www/site/static/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -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://youtube.com/ ;"

0 comments on commit d6eb576

Please sign in to comment.