flatpak-external-data-checker
flatpak-external-data-checker copied to clipboard
HTTPS → HTTP
Not sure why, but https://github.com/flathub/com.sweetscape.ZeroOneZeroEditor/pull/1 just wants to downgrade https to http.
The checker just follows the redirect. To me this suggests that the redirect temporarily, incorrectly, redirected to bare HTTP.
This still looks like a unexpected behaviour. The pattern is https://download.sweetscape.com/010EditorLinux64Installer([0-9.]+).tar.gz and redirect target has scheme that does not follow pattern. While pattern is potentially for version, it seems wrong final URL is allowed not to match pattern.