chore: reword the redirect downgrade changelog entry

This commit is contained in:
Valentin Maerten
2026-08-25 13:20:10 +02:00
parent dfc530e97e
commit b6b8ca1cdd

View File

@@ -4,10 +4,9 @@
### 🐛 Fixes
- Fixed an `https` remote Taskfile being downloaded in the clear if the server
redirected to `http`, leaving the file that is about to be executed open to
tampering. Such a redirect now requires `--insecure`, like an `http`
entrypoint (by @vmaerten).
- Fixed an `https` remote Taskfile being downloaded over an unencrypted
connection when the server redirects to `http`. Such a redirect now requires
`--insecure`, like an `http` entrypoint (by @vmaerten).
### 📦 Package API