diff options
| author | jfriedli | 2020-04-26 09:50:14 -0700 |
|---|---|---|
| committer | jfriedli | 2020-04-26 09:50:14 -0700 |
| commit | c301e472bd7fd79d675c5df089db0b16fd1e2cfe (patch) | |
| tree | c3332e0f974edc09881b5534c35becc5b9fffa3b /templates/index.html | |
| parent | e1bac8b6a7fd857f38b7bcb678398c82baaa8fd5 (diff) | |
Resolve "Use a HMAC instead of a hash"
Diffstat (limited to '')
| -rw-r--r-- | templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html index ed583d2..f92ef69 100644 --- a/templates/index.html +++ b/templates/index.html | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | <div class="shadowed-box u-text-center u-center-block"> | 3 | <div class="shadowed-box u-text-center u-center-block"> |
| 4 | <h2 class="uk-text-center">Remove metadata</h2> | 4 | <h2 class="uk-text-center">Remove metadata</h2> |
| 5 | <p class="uk-text-center"> | 5 | <p class="uk-text-center"> |
| 6 | The file you see is just the tip of the iceberg. Remove the hidden meta | 6 | The file you see is just the tip of the iceberg. Remove the hidden metadata. |
| 7 | </p> | 7 | </p> |
| 8 | <div class="uk-flex uk-flex-center"> | 8 | <div class="uk-flex uk-flex-center"> |
| 9 | <div> | 9 | <div> |
