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 ddb9689c84 test htaccess ddb9689c84 is described below commit ddb9689c84682fa9ab7c2f653d09f84b9a01c113 Author: Pavan Kumar <gopidesupa...@gmail.com> AuthorDate: Thu Jan 16 23:45:33 2025 +0000 test htaccess --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index 7d33d8cbb4..98a1b1ef85 100644 --- a/.htaccess +++ b/.htaccess @@ -4,5 +4,5 @@ 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 'unsafe-inline' https://analytics.apache.org;" + Header set Content-Security-Policy "script-src 'self' https://www.youtube.com https://code.jquery.com 'unsafe-inline' https://analytics.apache.org https://cdnjs.cloudflare.com https://stackpath.bootstrapcdn.com;" </IfModule>