This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow-site.git


The following commit(s) were added to refs/heads/main by this push:
     new ebacbf0773 csp for video iframes fix retry in head-end (#984)
ebacbf0773 is described below

commit ebacbf077314df85b446330b6fa9a4396cf9b6b4
Author: Michael Robinson <[email protected]>
AuthorDate: Wed Mar 20 15:32:53 2024 -0400

    csp for video iframes fix retry in head-end (#984)
    
    Signed-off-by: merobi-hub <[email protected]>
---
 landing-pages/site/layouts/partials/hooks/head-end.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/landing-pages/site/layouts/partials/hooks/head-end.html 
b/landing-pages/site/layouts/partials/hooks/head-end.html
index 5ecaf10f53..b7b0206dad 100644
--- a/landing-pages/site/layouts/partials/hooks/head-end.html
+++ b/landing-pages/site/layouts/partials/hooks/head-end.html
@@ -54,6 +54,6 @@
 <link rel="preload" href="{{ relURL $vendorsHeader.js }}" as="script">
 
 <!-- CSP for YouTube video iframes -->
-<meta http-equiv="Content-Security-Policy" content="frame-src 'self' 
https://www.youtube.com;";>
+<meta http-equiv="Content-Security-Policy" content="frame-src 
https://www.youtube.com;";>
 
 {{ end }}

Reply via email to