Remove uses of safeURL

This commit is contained in:
Will Faught
2025-02-06 22:48:18 -08:00
parent dcbc7775ea
commit 268997acf2
9 changed files with 22 additions and 22 deletions

View File

@@ -5,4 +5,4 @@
{{ $src := $params.src }}
{{ $title := $params.title }}
<iframe {{ if $fullscreen }} allowfullscreen {{ end }} {{ with $policy }} referrerpolicy="{{ . }}" {{ end }} {{ with $src }} src="{{ . | safeURL }}" {{ end }} {{ with $title }} title="{{ . }}" {{ end }}></iframe>
<iframe {{ if $fullscreen }} allowfullscreen {{ end }} {{ with $policy }} referrerpolicy="{{ . }}" {{ end }} {{ with $src }} src="{{ . }}" {{ end }} {{ with $title }} title="{{ . }}" {{ end }}></iframe>