Skip to content

Commit

Permalink
iframes fix retry in head-end (#994)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
merobi-hub authored Mar 27, 2024
1 parent 5255a77 commit 99dad24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion landing-pages/site/layouts/partials/hooks/head-end.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 99dad24

Please sign in to comment.