diff options
author | Wolfgang Müller | 2021-07-20 15:43:37 +0200 |
---|---|---|
committer | Wolfgang Müller | 2021-07-20 15:43:37 +0200 |
commit | bb3d1eb0525ba9a634ba1ee3ce9b61e76102fba7 (patch) | |
tree | 5725ac00fc928999ef7c5feb8dc2f6a8d471d87e | |
parent | aff5991f95096ebbd01cb4a81e26c93436f6b1b7 (diff) | |
download | site-bb3d1eb0525ba9a634ba1ee3ce9b61e76102fba7.tar.gz |
posts: Remove Firefox tarball warning
With [1] merged upstream and available starting with caddy 2.4.0,
tarballs from cgit will no longer be compressed, making this warning
obsolete.
[1] https://github.com/caddyserver/caddy/pull/4045
-rw-r--r-- | posts/verify-with-signify.md | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/posts/verify-with-signify.md b/posts/verify-with-signify.md index 2ca3a8e..13538dd 100644 --- a/posts/verify-with-signify.md +++ b/posts/verify-with-signify.md @@ -11,12 +11,6 @@ downloaded files, I strongly recommend using it to also verify the _signature_. A portable version of the tool is available [here](https://github.com/aperezdc/signify). -**Note**: Firefox is -[bugged](https://bugzilla.mozilla.org/show_bug.cgi?id=610679) when it comes to -downloading content that is already compressed. Tarballs that were downloaded -with Firefox will **fail** verification. Please make sure to use another -browser or a tool like `curl` or `wget` to obtain the tarballs. - ### Obtaining the signature and checksum Whether or not you decide to use `signify` to verify downloaded files, you need |