Add referrerpolicy to iframe
This commit is contained in:
@@ -58,5 +58,5 @@
|
|||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
<div class="mb-3 ratio ratio-16x9">
|
<div class="mb-3 ratio ratio-16x9">
|
||||||
<iframe src="https://{{ $host | safeURL }}/{{ $path | safeURL }}?{{ $params | safeURL }}" {{ with $title }} title="{{ . }}" {{ end }} {{ if $fullscreen }} allowfullscreen {{ end }}></iframe>
|
<iframe referrerpolicy="no-referrer" src="https://{{ $host | safeURL }}/{{ $path | safeURL }}?{{ $params | safeURL }}" {{ with $title }} title="{{ . }}" {{ end }} {{ if $fullscreen }} allowfullscreen {{ end }}></iframe>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user