Skip to content

Commit 47e3088

Browse files
authored
Revert "fix(website): Use standard method for CSP frame-src exceptions (#36653)" (#36679)
This reverts commit b2960c9.
1 parent 658b8f6 commit 47e3088

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

website/www/site/static/.htaccess

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,4 @@ RedirectMatch "/contribute/release-guide" "https://github.com/apache/beam/blob/m
2727

2828
RedirectMatch "/contribute/committer-guide" "https://github.com/apache/beam/blob/master/contributor-docs/committer-guide.md"
2929

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/"
30+
Header set Content-Security-Policy "frame-src 'self' https://play.beam.apache.org/ https://www.youtube.com/ https://drive.google.com/ ;"

0 commit comments

Comments
 (0)