Allow file downloads and modals in HTML sandbox

This commit is contained in:
Jan Böhmer 2026-02-24 22:57:48 +01:00
parent 628f794b37
commit dcafc8a1a1
2 changed files with 2 additions and 2 deletions

View file

@ -65,7 +65,7 @@
<iframe referrerpolicy="no-referrer" class="content-frame"
{# When changing this sandbox, also change the sandbox CSP in the controller #}
sandbox="allow-scripts"
sandbox="allow-scripts allow-downloads allow-modals"
srcdoc="{{ content|e('html_attr') }}"
></iframe>