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 aac2dff232 test htaccess aac2dff232 is described below commit aac2dff23245922d2e02200271e3291bea48acd9 Author: Pavan Kumar <gopidesupa...@gmail.com> AuthorDate: Thu Jan 16 23:36:59 2025 +0000 test htaccess --- .htaccess | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.htaccess b/.htaccess index b57abde05b..cef51c64b4 100644 --- a/.htaccess +++ b/.htaccess @@ -2,3 +2,7 @@ RewriteEngine On RewriteCond %{REQUEST_URI} ^/docs [NC] RewriteRule (.*) http://live-docs-airflow-apache-org.s3-website.us-east-2.amazonaws.com/$1 [P] + +<IfModule mod_headers.c> + Header set Content-Security-Policy "script-src 'self' https://www.youtube.com https://code.jquery.com;" +</IfModule>