mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-05-20 10:21:32 +00:00
Allow file downloads and modals in HTML sandbox
This commit is contained in:
parent
d989fd3783
commit
ea616bb118
2 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue