diff options
| author | jvoisin | 2019-02-22 21:17:48 +0100 |
|---|---|---|
| committer | jvoisin | 2019-02-22 21:17:48 +0100 |
| commit | aee0940b511486b35ef2c2d0607f4cd2c0b50f23 (patch) | |
| tree | 9e20cac51df16c617b4cd089ce95495b546d29ef /templates/download.html | |
| parent | 12be535945cbfbf0aa8ca149348b0eb683a23d5b (diff) | |
Mitigate filename-based race conditions
Diffstat (limited to '')
| -rw-r--r-- | templates/download.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/download.html b/templates/download.html index cc7e150..c38b521 100644 --- a/templates/download.html +++ b/templates/download.html | |||
| @@ -14,7 +14,7 @@ mat2 <b>could not</b> remove all the metadata from your file, those are the rema | |||
| 14 | </ul> | 14 | </ul> |
| 15 | {%endif %} | 15 | {%endif %} |
| 16 | </p> | 16 | </p> |
| 17 | <a class="button button-primary" href='{{ url_for('download_file', filename=filename) }}'>⇩ Download cleaned file</a> | 17 | <a class="button button-primary" href='{{ url_for('download_file', key=key, filename=filename) }}'>⇩ Download cleaned file</a> |
| 18 | 18 | ||
| 19 | <hr/> | 19 | <hr/> |
| 20 | 20 | ||
