mirror of
https://0xacab.org/jvoisin/mat2-web.git
synced 2025-08-01 18:56:03 -04:00
Resolve "Use a HMAC instead of a hash"
This commit is contained in:
parent
e1bac8b6a7
commit
c301e472bd
9 changed files with 148 additions and 91 deletions
|
@ -10,7 +10,7 @@
|
|||
{% endif %}
|
||||
<div class="uk-flex uk-flex-center">
|
||||
<div>
|
||||
<a class="uk-flex-1" href='{{ url_for('routes.download_file', key=key, filename=filename) }}'>
|
||||
<a class="uk-flex-1" href='{{ download_uri }}'>
|
||||
<button class="uk-button uk-button-primary">
|
||||
⇩ download cleaned file
|
||||
</button>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<div class="shadowed-box u-text-center u-center-block">
|
||||
<h2 class="uk-text-center">Remove metadata</h2>
|
||||
<p class="uk-text-center">
|
||||
The file you see is just the tip of the iceberg. Remove the hidden meta
|
||||
The file you see is just the tip of the iceberg. Remove the hidden metadata.
|
||||
</p>
|
||||
<div class="uk-flex uk-flex-center">
|
||||
<div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue