Commit b2960c9
authored
fix(website): Use standard method for CSP frame-src exceptions (#36653)
The method for allowing specific domains in iframes has been updated to align with Apache Infra's recommended practices.
Instead of directly setting the Content-Security-Policy header, this change uses the `SetEnv CSP_PROJECT_DOMAINS` directive. This is the standard way to add local exceptions, ensuring they are correctly merged with the global CSP managed by Apache Infra.
This change maintains the existing permissions for embedding content from Beam Playground, YouTube, and Google Drive.1 parent b33ab6e commit b2960c9
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
0 commit comments