This is an automated email from the ASF dual-hosted git repository.
gopidesu pushed a commit to branch airflow-test
in repository https://gitbox.apache.org/repos/asf/airflow-site.git
The following commit(s) were added to refs/heads/airflow-test by this push:
new 013a74a376 test youtube csp
013a74a376 is described below
commit 013a74a37652c9d4ce86e3f162a124318b4ebb90
Author: Pavan Kumar <[email protected]>
AuthorDate: Sun Jan 26 08:44:58 2025 +0000
test youtube csp
---
.htaccess | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.htaccess b/.htaccess
index 606e2fc375..23625847fa 100644
--- a/.htaccess
+++ b/.htaccess
@@ -42,4 +42,4 @@ RedirectMatch Permanent
^/docs/apache-airflow/(stable|2\.[0-9.]+)/profiling.html
# Allow loading YouTube content after ensuring consent.
# Additional allowances to be coordinated with privacy team
-Header set Content-Security-Policy "frame-src 'self'
https://www.youtube-nocookie.com https://www.youtube.com"
+Header set Content-Security-Policy "frame-src https://www.youtube-nocookie.com
https://www.youtube.com"