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 99dad24fda `iframes` fix retry in head-end (#994)
99dad24fda is described below

commit 99dad24fda648c0f126c2f0db881c9585633f85b
Author: Michael Robinson <[email protected]>
AuthorDate: Wed Mar 27 17:19:51 2024 -0400

    `iframes` fix retry in head-end (#994)
    
    * Fix for google news error.
    
    Signed-off-by: merobi-hub <[email protected]>
    
    * Retry csp for iframes fix.
    
    Signed-off-by: merobi-hub <[email protected]>
    
    ---------
    
    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 b7b0206dad..16facd7859 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 
https://www.youtube.com;";>
+<meta http-equiv="Content-Security-Policy" content="frame-src 
https://www.youtube.com"; />
 
 {{ end }}

Reply via email to