mirror of
https://0xacab.org/jvoisin/mat2-web.git
synced 2025-08-02 11:16:14 -04:00
Mitigate filename-based race conditions
This commit is contained in:
parent
12be535945
commit
aee0940b51
3 changed files with 30 additions and 11 deletions
|
@ -14,7 +14,7 @@ mat2 <b>could not</b> remove all the metadata from your file, those are the rema
|
|||
</ul>
|
||||
{%endif %}
|
||||
</p>
|
||||
<a class="button button-primary" href='{{ url_for('download_file', filename=filename) }}'>⇩ Download cleaned file</a>
|
||||
<a class="button button-primary" href='{{ url_for('download_file', key=key, filename=filename) }}'>⇩ Download cleaned file</a>
|
||||
|
||||
<hr/>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue