Skip to content

Commit 89869d9

Browse files
authored
Add referrerPolicy attribute to iframe
Signed-off-by: Aabid Sofi <65964225+aabidsofi19@users.noreply.github.com>
1 parent 7fffa19 commit 89869d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

layouts/partials/video-landing-page.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ <h3>{{ .Title }}</h3>
170170
id="vidIframe"
171171
src=""
172172
title=""
173+
referrerPolicy="strict-origin-when-cross-origin"
173174
frameborder="0"
174175
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
175176
allowfullscreen>
@@ -318,4 +319,4 @@ <h3>{{ .Title }}</h3>
318319

319320
});
320321

321-
</script>
322+
</script>

0 commit comments

Comments
 (0)