This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch staging
in repository https://gitbox.apache.org/repos/asf/airflow-site.git
The following commit(s) were added to refs/heads/staging by this push:
new 2c0e18c815 Remove content policy
2c0e18c815 is described below
commit 2c0e18c81506704f0cad913dc0d37939b6e91101
Author: Jarek Potiuk <[email protected]>
AuthorDate: Sat Oct 25 18:48:36 2025 +0200
Remove content policy
We do not need the policy any more as the youtube videos are not opened
in-frame.
---
landing-pages/site/static/.htaccess | 3 ---
1 file changed, 3 deletions(-)
diff --git a/landing-pages/site/static/.htaccess
b/landing-pages/site/static/.htaccess
index bdec827138..3911940fe9 100644
--- a/landing-pages/site/static/.htaccess
+++ b/landing-pages/site/static/.htaccess
@@ -48,6 +48,3 @@ RedirectMatch Permanent
^/docs/apache-airflow/(stable|2\.[0-9.]+)/howto/operator
RedirectMatch Permanent
^/docs/apache-airflow/(stable|2\.[0-9.]+)/howto/operator/papermill.html
"https://airflow.apache.org/docs/apache-airflow-providers-papermill/stable/operators.html"
RedirectMatch Permanent
^/docs/apache-airflow/(stable|2\.[0-9.]+)/profiling.html
"https://github.com/apache/airflow/blob/master/UPDATING.md"
-# 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
https://airflow.apache.org;"