This update for perl-HTTP-Tiny fixes the following issues:
Changes in perl-HTTP-Tiny:
updated to 0.096
CVE-2026-7017: Fixed forwarded credential headers to cross-origin redirect targets (bsc#1271020)
Caller-supplied Authorization, Cookie, and Proxy-Authorization
headers are now stripped on cross-origin redirects by default. Use
allowcredentialedredirects to opt out.
Redirects are no longer automatically followed when going from https to http.
Use allow_downgrade to revert to the original behaviour.